完成 oracle CURD测试,表达式适配和测试

This commit is contained in:
28810
2019-01-07 21:27:09 +08:00
parent b72d4abfb8
commit dd6c0052f6
25 changed files with 3108 additions and 310 deletions

View File

@ -1,14 +1,6 @@
using FreeSql.DataAnnotations;
using Newtonsoft.Json.Linq;
using Npgsql;
using Npgsql.LegacyPostgis;
using NpgsqlTypes;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Net;
using System.Net.NetworkInformation;
using Xunit;
namespace FreeSql.Tests.SqlServerExpression {
@ -17,7 +9,6 @@ namespace FreeSql.Tests.SqlServerExpression {
ISelect<TableAllType> select => g.sqlserver.Select<TableAllType>();
public OtherTest() {
NpgsqlConnection.GlobalTypeMapper.UseLegacyPostgis();
}