This release of SingleStore.EntityFrameworkCore includes the following changes:
- Add support for
CONVERT_TZviaEF.Functions.ConvertTimeZone() - Fix
sql_moderelated bugs in regards to master/admin connections - Stop using
SingleStoreValueGenerationStrategy.ComputedColumnannotations forRowVersionand fix computed columns - Allow
ExceptInterceptandExceptInterceptPrecedence - Refactor
BytesToDateTimeConverter, so it works out-of-the-box with compiled models - Use
AutoEnlist=falseandPooling=falseinAutoDetect()calls - Adding new tests, adjusting the existing ones