Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -134,9 +134,9 @@
{
await base.Update_derived_property_on_derived_type(async);

AssertExecuteUpdateSql(

Check failure on line 137 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 137 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 137 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 137 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)
"""
@p='0' (DbType = Int16)
@p='0'

UPDATE "Kiwi" AS k
SET "FoundOn" = @p
Expand Down Expand Up @@ -171,10 +171,10 @@
{
await base.Update_base_and_derived_types(async);

AssertExecuteUpdateSql(

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)
"""
@p='Kiwi'
@p0='0' (DbType = Int16)
@p0='0'

UPDATE "Kiwi" AS k
SET "Name" = @p,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,9 +133,9 @@
{
await base.Update_derived_property_on_derived_type(async);

AssertExecuteUpdateSql(

Check failure on line 136 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 136 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 136 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 136 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 136 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 136 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)
"""
@p='0' (DbType = Int16)
@p='0'

UPDATE "Kiwi" AS k
SET "FoundOn" = @p
Expand Down Expand Up @@ -169,10 +169,10 @@
{
await base.Update_base_and_derived_types(async);

AssertExecuteUpdateSql(

Check failure on line 172 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 172 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 172 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 172 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPCInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPCInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Kiwi" AS k\nSET"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)
"""
@p='Kiwi'
@p0='0' (DbType = Int16)
@p0='0'

UPDATE "Kiwi" AS k
SET "Name" = @p,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,9 +171,9 @@
{
await base.Update_derived_property_on_derived_type(async);

AssertExecuteUpdateSql(

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\r\n\r\nUPDATE "Animals" AS a\r\nSET "Fou"··· Actual: "@p='0' (DbType = Int16)\r\n\r\nUPDATE "Animal"··· ↑ (pos 6)

Check failure on line 174 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\r\n\r\nUPDATE "Animals" AS a\r\nSET "Fou"··· Actual: "@p='0' (DbType = Int16)\r\n\r\nUPDATE "Animal"··· ↑ (pos 6)
"""
@p='0' (DbType = Int16)
@p='0'

UPDATE "Animals" AS a
SET "FoundOn" = @p
Expand All @@ -185,10 +185,10 @@
{
await base.Update_base_and_derived_types(async);

AssertExecuteUpdateSql(

Check failure on line 188 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 188 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 188 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 188 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 188 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 18) Expected: "@p='Kiwi'\r\n@p0='0'\r\n\r\nUPDATE "Animals" AS"··· Actual: "@p='Kiwi'\r\n@p0='0' (DbType = Int16)\r\n\r\nUP"··· ↑ (pos 18)

Check failure on line 188 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHFiltersInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 18) Expected: "@p='Kiwi'\r\n@p0='0'\r\n\r\nUPDATE "Animals" AS"··· Actual: "@p='Kiwi'\r\n@p0='0' (DbType = Int16)\r\n\r\nUP"··· ↑ (pos 18)
"""
@p='Kiwi'
@p0='0' (DbType = Int16)
@p0='0'

UPDATE "Animals" AS a
SET "Name" = @p,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,9 +181,9 @@
{
await base.Update_derived_property_on_derived_type(async);

AssertExecuteUpdateSql(

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)

Check failure on line 184 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Animals" AS a\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Animals""··· ↑ (pos 6)
"""
@p='0' (DbType = Int16)
@p='0'

UPDATE "Animals" AS a
SET "FoundOn" = @p
Expand All @@ -195,10 +195,10 @@
{
await base.Update_base_and_derived_types(async);

AssertExecuteUpdateSql(

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 17) Expected: "@p='Kiwi'\n@p0='0'\n\nUPDATE "Animals" AS a\n"··· Actual: "@p='Kiwi'\n@p0='0' (DbType = Int16)\n\nUPDAT"··· ↑ (pos 17)

Check failure on line 198 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPHInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPHInheritanceBulkUpdatesNpgsqlTest.Update_base_and_derived_types(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 18) Expected: "@p='Kiwi'\r\n@p0='0'\r\n\r\nUPDATE "Animals" AS"··· Actual: "@p='Kiwi'\r\n@p0='0' (DbType = Int16)\r\n\r\nUP"··· ↑ (pos 18)
"""
@p='Kiwi'
@p0='0' (DbType = Int16)
@p0='0'

UPDATE "Animals" AS a
SET "Name" = @p,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@
{
await base.Update_derived_property_on_derived_type(async);

AssertExecuteUpdateSql(

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Debug)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\r\n\r\nUPDATE "Kiwi" AS k\r\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\r\n\r\nUPDATE "Kiwi" "··· ↑ (pos 6)

Check failure on line 156 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTFiltersInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTFiltersInheritanceBulkUpdatesSqlServerTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\r\n\r\nUPDATE "Kiwi" AS k\r\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\r\n\r\nUPDATE "Kiwi" "··· ↑ (pos 6)
"""
@p='0' (DbType = Int16)
@p='0'

UPDATE "Kiwi" AS k
SET "FoundOn" = @p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,9 @@
{
await base.Update_derived_property_on_derived_type(async);

AssertExecuteUpdateSql(

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 13, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\n\nUPDATE "Kiwi" AS k\nSET "FoundOn" "··· Actual: "@p='0' (DbType = Int16)\n\nUPDATE "Kiwi" AS"··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: True)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\r\n\r\nUPDATE "Kiwi" AS k\r\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\r\n\r\nUPDATE "Kiwi" "··· ↑ (pos 6)

Check failure on line 141 in test/EFCore.PG.FunctionalTests/BulkUpdates/TPTInheritanceBulkUpdatesNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.BulkUpdates.TPTInheritanceBulkUpdatesNpgsqlTest.Update_derived_property_on_derived_type(async: False)

Assert.Equal() Failure: Strings differ ↓ (pos 6) Expected: "@p='0'\r\n\r\nUPDATE "Kiwi" AS k\r\nSET "FoundO"··· Actual: "@p='0' (DbType = Int16)\r\n\r\nUPDATE "Kiwi" "··· ↑ (pos 6)
"""
@p='0' (DbType = Int16)
@p='0'
UPDATE "Kiwi" AS k
SET "FoundOn" = @p
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
{
await base.Contains_with_parameter();

AssertSql(

Check failure on line 65 in test/EFCore.PG.FunctionalTests/Query/Translations/ByteArrayTranslationsNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 16, Release)

Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsNpgsqlTest.Contains_with_parameter

Assert.Equal() Failure: Strings differ ↓ (pos 13) Expected: "@somebyte='1'\n\nSELECT b."Id", b."Bool", b"··· Actual: "@somebyte='1' (DbType = Int16)\n\nSELECT b."··· ↑ (pos 13)

Check failure on line 65 in test/EFCore.PG.FunctionalTests/Query/Translations/ByteArrayTranslationsNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 15, Release)

Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsNpgsqlTest.Contains_with_parameter

Assert.Equal() Failure: Strings differ ↓ (pos 13) Expected: "@somebyte='1'\n\nSELECT b."Id", b."Bool", b"··· Actual: "@somebyte='1' (DbType = Int16)\n\nSELECT b."··· ↑ (pos 13)

Check failure on line 65 in test/EFCore.PG.FunctionalTests/Query/Translations/ByteArrayTranslationsNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 14, Release)

Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsNpgsqlTest.Contains_with_parameter

Assert.Equal() Failure: Strings differ ↓ (pos 13) Expected: "@somebyte='1'\n\nSELECT b."Id", b."Bool", b"··· Actual: "@somebyte='1' (DbType = Int16)\n\nSELECT b."··· ↑ (pos 13)

Check failure on line 65 in test/EFCore.PG.FunctionalTests/Query/Translations/ByteArrayTranslationsNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 17, Release)

Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsNpgsqlTest.Contains_with_parameter

Assert.Equal() Failure: Strings differ ↓ (pos 13) Expected: "@somebyte='1'\n\nSELECT b."Id", b."Bool", b"··· Actual: "@somebyte='1' (DbType = Int16)\n\nSELECT b."··· ↑ (pos 13)

Check failure on line 65 in test/EFCore.PG.FunctionalTests/Query/Translations/ByteArrayTranslationsNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (ubuntu-24.04, 18, Release)

Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsNpgsqlTest.Contains_with_parameter

Assert.Equal() Failure: Strings differ ↓ (pos 13) Expected: "@somebyte='1'\n\nSELECT b."Id", b."Bool", b"··· Actual: "@somebyte='1' (DbType = Int16)\n\nSELECT b."··· ↑ (pos 13)

Check failure on line 65 in test/EFCore.PG.FunctionalTests/Query/Translations/ByteArrayTranslationsNpgsqlTest.cs

View workflow job for this annotation

GitHub Actions / build (windows-2022, 17, Release)

Microsoft.EntityFrameworkCore.Query.Translations.ByteArrayTranslationsNpgsqlTest.Contains_with_parameter

Assert.Equal() Failure: Strings differ ↓ (pos 13) Expected: "@somebyte='1'\r\n\r\nSELECT b."Id", b."Bool","··· Actual: "@somebyte='1' (DbType = Int16)\r\n\r\nSELECT "··· ↑ (pos 13)
"""
@someByte='1' (DbType = Int16)
@someByte='1'

SELECT b."Id", b."Bool", b."Byte", b."ByteArray", b."DateOnly", b."DateTime", b."DateTimeOffset", b."Decimal", b."Double", b."Enum", b."FlagsEnum", b."Float", b."Guid", b."Int", b."Long", b."Short", b."String", b."TimeOnly", b."TimeSpan"
FROM "BasicTypesEntities" AS b
Expand Down