Skip to content

Commit b651c6a

Browse files
ChrisJollyAUgithub-actions
andauthored
Don't use any conversion when the convert type mapping is a byte array (#266)
* Don't use any conversion when the convert type mapping is a byte array * [GitHub Actions] Update green tests. --------- Co-authored-by: github-actions <github-actions@github.com>
1 parent 083bc94 commit b651c6a

4 files changed

Lines changed: 132 additions & 187 deletions

File tree

src/EFCore.Jet/Query/Internal/JetSqlNullabilityProcessor.cs

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,4 @@ public JetSqlNullabilityProcessor(
2626
: base(dependencies, parameters)
2727
{
2828
}
29-
30-
/// <summary>
31-
/// This is an internal API that supports the Entity Framework Core infrastructure and not subject to
32-
/// the same compatibility standards as public APIs. It may be changed or removed without notice in
33-
/// any release. You should only use it directly in your code with extreme caution and knowing that
34-
/// doing so can result in application failures when updating to a new Entity Framework Core release.
35-
/// </summary>
36-
protected override SqlExpression VisitCustomSqlExpression(
37-
SqlExpression sqlExpression,
38-
bool allowOptimizedExpansion,
39-
out bool nullable)
40-
{
41-
return base.VisitCustomSqlExpression(sqlExpression, allowOptimizedExpansion, out nullable);
42-
}
4329
}

0 commit comments

Comments
 (0)