Pomelo.EntityFrameworkCore.MySql

Entity Framework Core provider for MySQL and MariaDB built on top of MySqlConnector

MIT License

Stars
2.7K
Committers
75

Bot releases are hidden (Show)

Pomelo.EntityFrameworkCore.MySql -

Published by yukozh about 8 years ago

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)