-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Also bumped to TinyUtils v0.3.1. - added ModelsCollection π₯ππ - added Models and ModelsCollection serialization using toMap(), toVector(), and toJson() methods πͺ‘π₯β€οΈ (also supports pivot models) - changed container type for getOperators() to std::unordered_set - changed paging type to qint64 for paging-related methods like limit(), offset(), chunk(), take(), ... - added eagerLoadRelations<Model *>() and eagerLoadRelations(Model &) overloads - added Model getKeyCasted<T> and getAttribute<T> overloads - bugfix zero-initialized related models in belongs-to relations - bugfix select constraints and belongs-to-many Internal: - extracted relation stores to own files
- Loading branch information
Showing
6 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters