Skip to content

Release 8.0.3

Latest

Choose a tag to compare

@okramarenko okramarenko released this 02 Feb 16:38
3d63ae2

This release of SingleStore.EntityFrameworkCore includes the following changes:

  • Add support for CONVERT_TZ via EF.Functions.ConvertTimeZone()
  • Fix sql_mode related bugs in regards to master/admin connections
  • Stop using SingleStoreValueGenerationStrategy.ComputedColumn annotations for RowVersion and fix computed columns
  • Allow ExceptIntercept and ExceptInterceptPrecedence
  • Refactor BytesToDateTimeConverter, so it works out-of-the-box with compiled models
  • Use AutoEnlist=false and Pooling=false in AutoDetect() calls
  • Adding new tests, adjusting the existing ones