Qian

Results 4 issues of Qian

### Describe your issue When GuidFormat = MySqlGuidFormat.Binary16 is set, data cannot be written using bulk copy ``` Exception message: MySqlConnector.MySqlException:"Data too long for column 'ID' at row 1" Stack...

type: bug
area: mapping
good first issue
status: has-tests
provider: mysql

the subquery is not converted when using a split query. ![image](https://user-images.githubusercontent.com/26250460/207491285-6fac0514-cf6c-4d18-83f6-beedac3d9a78.png) example code: ``` public class Table1 { public int Id { get; set; } public List Table2s { get;...

bug
help wanted

Let's say we have an `AProject` project, but we may customize the name of the assembly in `AProject.csproj` or `Directory.Build.props` file. ``` My.AProject ``` In which case the currently generated...

## Steps: 1. Create one Console App (net 8) 2. Add Packages: ``` xml ``` 3. Code: ``` C# public abstract class A; public class A1 : A; internal class...