提交 eaf1c10d 编写于 作者: S Shay Rojansky

Pass null as the spatial type converter

Closes #1582
上级 60ba9c59
......@@ -20,7 +20,7 @@ public NpgsqlGeometryTypeMapping(string storeType, bool isGeography) : base(new
=> _isGeography = isGeography;
protected NpgsqlGeometryTypeMapping(RelationalTypeMappingParameters parameters)
: base(parameters, new NullValueConverter()) {}
: base(parameters, converter: null) {}
protected override RelationalTypeMapping Clone(RelationalTypeMappingParameters parameters)
=> new NpgsqlGeometryTypeMapping<TGeometry>(parameters);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册