Skip to content

Release v17.16.0

Choose a tag to compare

@github-actions github-actions released this 10 Oct 20:54
dd66e0f

Added

  • Adding support for a normalized Guid representation for databases like Sqlite - this gives consistent behavior in storage, queries and relationships.
  • Automatic hookup of properties with Guid as type when using BaseDbContext.

Fixed

  • Fixed the column type for Sqlite for Guid for migrators - it was supposed to be BLOB but was TEXT. Note that you might need a migration for this.