mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
update 0.6.8
This commit is contained in:
@ -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) &&
|
||||
|
Reference in New Issue
Block a user