update MySqlConnector 1.0.0

This commit is contained in:
28810
2020-07-19 10:38:32 +08:00
parent 3e3dd62fd7
commit 7e3eff1f8b
4 changed files with 11 additions and 9 deletions

View File

@ -1,5 +1,5 @@
using FreeSql.DataAnnotations;
using MySql.Data.MySqlClient;
using MySqlConnector;
using System;
using System.Collections.Generic;
using System.Linq;

View File

@ -154,6 +154,7 @@ WHEN NOT MATCHED THEN
public int id { get; set; }
public string name { get; set; }
}
[Fact]
public void InsertOrUpdate_OnePrimaryAndIdentity()
{
fsql.Delete<tbiou022>().Where("1=1").ExecuteAffrows();

View File

@ -174,7 +174,7 @@ namespace FreeSql.Tests.ShenTongExpression
public TableAllTypeEnumType2 testFieldEnum2 { get; set; }
public TableAllTypeEnumType2? testFieldEnum2Nullable { get; set; }
///* array */
//* array */
//public bool[] testFieldBoolArray { get; set; }
//public sbyte[] testFieldSByteArray { get; set; }
//public short[] testFieldShortArray { get; set; }