update MySqlConnector 1.0.0

This commit is contained in:
28810
2020-07-19 07:22:48 +08:00
parent 7471df5924
commit 4a4647de1d
13 changed files with 41 additions and 30 deletions

View File

@ -1,12 +1,16 @@
using FreeSql.Internal;
using FreeSql.Internal.Model;
using MySql.Data.MySqlClient;
using System;
using System.Collections.Generic;
using System.Data;
using System.Linq;
using System.Text;
using System.Text.RegularExpressions;
#if MySqlConnector
using MySqlConnector;
#else
using MySql.Data.MySqlClient;
#endif
namespace FreeSql.MySql
{