update 0.6.8

This commit is contained in:
28810
2019-06-06 12:24:07 +08:00
parent 16c6fc334b
commit e62890bbfb
9 changed files with 9 additions and 9 deletions

View File

@ -267,7 +267,7 @@ namespace FreeSql.Tests {
[Fact]
public void Test1() {
g.sqlite.Aop.ParseExpression = (s, e) => {
g.mysql.Aop.ParseExpression = (s, e) => {
if (e.Expression.NodeType == ExpressionType.Call) {
var callExp = e.Expression as MethodCallExpression;
if (callExp.Object.Type == typeof(DateTime) &&