Releases: msallin/SQLiteCodeFirst
Releases · msallin/SQLiteCodeFirst
v1.8.0
What's Changed
- Bump dotnet-sdk from 10.0.300 to 10.0.301 by @dependabot[bot] in #172
- Support ON UPDATE CASCADE via CascadeOnUpdate attribute by @msallin in #175
- Expose default collation through the public initializers by @msallin in #174
- Scope history record lookup by context key by @msallin in #176
- Preserve connection string values containing equals signs by @msallin in #177
- Minor correctness and clarity cleanups by @msallin in #178
New Contributors
- @dependabot[bot] made their first contribution in #172
Full Changelog: v1.7.1...v1.8.0
v1.7.1
Full Changelog: v1.7.0.36...v1.7.1
v1.7.0.36
New feature: FIPS compliant.
v1.7.0.34
New feature: Default collation (pass an instance of Collation as constructor parameter for an initializer to specify a default collation).