PawelGerr / Thinktecture.EntityFrameworkCore

These libraries extend Entity Framework Core by a few features to make it easier to work with EF and for easier integration testing or to get more performance in some special cases.
https://dev.azure.com/pawelgerr/Thinktecture.EntityFrameworkCore
BSD 3-Clause "New" or "Revised" License
66 stars 17 forks source link

Previous attempt to fix pre-sql server 2016 support for temp tables missed the DisposeAsync implementation. #22

Closed poizan42 closed 2 years ago

poizan42 commented 2 years ago

My fix in #21 went a bit too fast because I missed that SqlServerTempTableReference.DisposeAsync() had the same sql.

PawelGerr commented 2 years ago

comes with 4.2.2

Fixes https://github.com/PawelGerr/Thinktecture.EntityFrameworkCore/issues/19, fixes https://github.com/PawelGerr/Thinktecture.EntityFrameworkCore/issues/6

poizan42 commented 2 years ago

Thank you (and my apologies)