Skip to content

Commit ae3d7ad

Browse files
committed
more odbc
1 parent 0675fcc commit ae3d7ad

File tree

2 files changed

+1
-390
lines changed

2 files changed

+1
-390
lines changed

src/EFCore.Jet/Storage/Internal/JetGuidTypeMapping.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ protected override RelationalTypeMapping Clone(RelationalTypeMappingParameters p
2424
/// Gets the string format to be used to generate SQL literals of this type.
2525
/// </summary>
2626
protected override string SqlLiteralFormatString
27-
=> "{{{0}}}";
27+
=> "'{{{0}}}'";
2828
}
2929
}

0 commit comments

Comments
 (0)