Skip to content

Commit 882059d

Browse files
[EF Sync] Sync to EF 11.0.0-preview.3.26160.112 (#3776)
1 parent 1a4ff35 commit 882059d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Directory.Packages.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<Project>
22
<PropertyGroup>
3-
<EFCoreVersion>11.0.0-preview.3.26155.101</EFCoreVersion>
4-
<MicrosoftExtensionsVersion>11.0.0-preview.3.26155.101</MicrosoftExtensionsVersion>
5-
<MicrosoftExtensionsConfigurationVersion>11.0.0-preview.3.26155.101</MicrosoftExtensionsConfigurationVersion>
3+
<EFCoreVersion>11.0.0-preview.3.26160.112</EFCoreVersion>
4+
<MicrosoftExtensionsVersion>11.0.0-preview.3.26160.112</MicrosoftExtensionsVersion>
5+
<MicrosoftExtensionsConfigurationVersion>11.0.0-preview.3.26160.112</MicrosoftExtensionsConfigurationVersion>
66
<NpgsqlVersion>10.0.0</NpgsqlVersion>
77
</PropertyGroup>
88

src/EFCore.PG/Storage/Internal/NpgsqlTypeMappingSource.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ public NpgsqlTypeMappingSource(
238238
{ "decimal", [_numeric, _bigInteger, _numericAsFloat, _numericAsDouble] },
239239
{ "money", [_money] },
240240
{ "text", [_text] },
241-
{ "jsonb", [_jsonbString, _jsonbDocument, _jsonbElement] },
242-
{ "json", [_jsonString, _jsonDocument, _jsonElement] },
241+
{ "jsonb", [_jsonbString, _jsonbDocument, _jsonbElement, _jsonbOwned] },
242+
{ "json", [_jsonString, _jsonDocument, _jsonElement, _jsonOwned] },
243243
{ "jsonpath", [_jsonpath] },
244244
{ "xml", [_xml] },
245245
{ "citext", [_citext] },

0 commit comments

Comments
 (0)