Releases: PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
Releases · PomeloFoundation/Pomelo.EntityFrameworkCore.MySql
1.0.0
Features
- Most of the functions which listed in https://docs.efproject.net/en/latest/
- JsonObject storage (#14)
- MyCat support - An Entity Framework Core provider for MyCat(MySQL cluster proxy) (#27)
- Lolita - A light-weight extension which provides bulk update and delete operations for Entity Framework Core.
Bugs Fixed
- Migrations error (#1)
- varchar primary key issue (#7)
- Cannot alterColumn, createIndex in a migration (#9)
- JsonObject equals issue (#15)
- MySQL MARS querying issue (#18)
- RelationalConnection has not been disposed (#25)
- HasDefaultValue() and HasDefaultValueSql() not works (#35)
- MaxLengthAttribute not works on string field (72ba413)
- ValueGeneratedOnAddOrUpdate not works (d9e07ed)