mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-06-19 04:18:16 +08:00
update MySqlConnector 1.0.0
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
using FreeSql.DataAnnotations;
|
||||
using MySql.Data.MySqlClient;
|
||||
using MySqlConnector;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
@ -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();
|
||||
|
@ -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; }
|
||||
|
Reference in New Issue
Block a user