Browse Source

-

pull/12/MERGE
sunkaixuan 8 years ago
parent
commit
4abcfa1a71
  1. BIN
      OrmTest/bin/Debug/OrmTest.exe
  2. BIN
      OrmTest/bin/Debug/OrmTest.pdb
  3. BIN
      OrmTest/bin/Debug/SqlSugar.dll
  4. BIN
      OrmTest/bin/Debug/SqlSugar.pdb
  5. BIN
      OrmTest/obj/Debug/OrmTest.csprojResolveAssemblyReference.cache
  6. BIN
      OrmTest/obj/Debug/OrmTest.exe
  7. BIN
      OrmTest/obj/Debug/OrmTest.pdb
  8. 3
      SqlSugar/ExpressionsToSql/Common/ExpressionTool.cs
  9. BIN
      SqlSugar/bin/Debug/SqlSugar.dll
  10. BIN
      SqlSugar/bin/Debug/SqlSugar.pdb
  11. BIN
      SqlSugar/obj/Debug/SqlSugar.dll
  12. BIN
      SqlSugar/obj/Debug/SqlSugar.pdb

BIN
OrmTest/bin/Debug/OrmTest.exe

Binary file not shown.

BIN
OrmTest/bin/Debug/OrmTest.pdb

Binary file not shown.

BIN
OrmTest/bin/Debug/SqlSugar.dll

Binary file not shown.

BIN
OrmTest/bin/Debug/SqlSugar.pdb

Binary file not shown.

BIN
OrmTest/obj/Debug/OrmTest.csprojResolveAssemblyReference.cache

Binary file not shown.

BIN
OrmTest/obj/Debug/OrmTest.exe

Binary file not shown.

BIN
OrmTest/obj/Debug/OrmTest.pdb

Binary file not shown.

3
SqlSugar/ExpressionsToSql/Common/ExpressionTool.cs

@ -42,7 +42,8 @@ namespace SqlSugar
case ExpressionType.MultiplyChecked:
return "*";
default:
throw new NotSupportedException(string.Format(ExpressionErrorMessage.OperatorError, expressiontype.ToString()));
Check.ThrowNotSupportedException(string.Format(ExpressionErrorMessage.OperatorError, expressiontype.ToString()));
return null;
}
}

BIN
SqlSugar/bin/Debug/SqlSugar.dll

Binary file not shown.

BIN
SqlSugar/bin/Debug/SqlSugar.pdb

Binary file not shown.

BIN
SqlSugar/obj/Debug/SqlSugar.dll

Binary file not shown.

BIN
SqlSugar/obj/Debug/SqlSugar.pdb

Binary file not shown.
Loading…
Cancel
Save