Skip to content

Releases: PomeloFoundation/Pomelo.EntityFrameworkCore.MySql

2.1.4

30 Nov 01:19
Compare
Choose a tag to compare
prpare 2.1.4 release

2.1.2

04 Sep 13:27
6558f47
Compare
Choose a tag to compare
Merge pull request #674 from caleblloyd/f_upgrade_2.1.2

Upgrade to 2.1.2

2.1.0

11 Jul 23:12
Compare
Choose a tag to compare
release 2.1.0

2.1.1

07 Jul 13:29
a9397e6
Compare
Choose a tag to compare
Merge pull request #637 from caleblloyd/f_index_filter

ignore index filter

2.1.0-rc2

03 Jul 03:10
c264ef2
Compare
Choose a tag to compare
Merge pull request #629 from caleblloyd/f_upstream_2.1.1

upgrade upstream to 2.1.1

2.1.0-rc1

03 Jun 23:26
Compare
Choose a tag to compare
travis deploy - skip_cleanup: true

2.0.1

29 May 21:32
912a4b3
Compare
Choose a tag to compare
Merge pull request #448 from caleblloyd/f_default_val_only

Support Inserting Default Values only rows

1.1.0

29 Nov 08:26
Compare
Choose a tag to compare

null

1.0.1

29 Oct 01:32
Compare
Choose a tag to compare
force UseAffectedRows=false. fixes #93 (#100)

1.0.0

05 Aug 03:09
Compare
Choose a tag to compare

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)