mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-18 20:08:15 +08:00
update MySqlConnector 1.0.0
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
using MySql.Data.MySqlClient;
|
||||
using FreeSql.Internal.ObjectPool;
|
||||
using FreeSql.Internal.ObjectPool;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
@ -7,6 +6,11 @@ using System.Data;
|
||||
using System.Data.Common;
|
||||
using System.Text.RegularExpressions;
|
||||
using System.Threading.Tasks;
|
||||
#if MySqlConnector
|
||||
using MySqlConnector;
|
||||
#else
|
||||
using MySql.Data.MySqlClient;
|
||||
#endif
|
||||
|
||||
namespace FreeSql.MySql
|
||||
{
|
||||
|
Reference in New Issue
Block a user