Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Good Practices for Designing Record Types #535

Merged
merged 7 commits into from
May 25, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,12 @@ GRDB adheres to [Semantic Versioning](https://semver.org/), with one expection:

## Next Release

### Fixed

- [#533](https://github.com/groue/GRDB.swift/pull/533): Fix eager loading of HasManyThrough associations
- [#535](https://github.com/groue/GRDB.swift/pull/535): Update the Good Practices for Designing Record Types

### Documentation Diff

The [Good Practices for Designing Record Types](Documentation/GoodPracticesForDesigningRecordTypes.md) have been enhanced and completed with a whole new section about "database managers".


## 4.0.0
Expand Down
1 change: 1 addition & 0 deletions Documentation/GRDB3MigrationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ GRDB 4 comes with new features, but also a few breaking changes. This guide aims
- [Raw SQL](#raw-sql)
- [ValueObservation](#valueobservation)
- [Associations](#associations)
- [Good Practices for Designing Record Types](GoodPracticesForDesigningRecordTypes.md)
- [SQLCipher](#sqlcipher)
- [PersistenceError.recordNotFound](#persistenceerrorrecordnotfound)

Expand Down
Loading