- removed using of QDateTime methods using plain Qt::TimeSpec
- set QT_DISABLE_DEPRECATED_UP_TO to 0x060900 (also 0x061000 works)
- maintained Qt v5 and <v6.5 code still 😬 (next step will be to drop
Qt v5 🎉)
- updated auto tests
- updated docs
- updated comments
See:
8c8d6ff7b6
Also bumped to tinyorm.org v1.0.0.
- changed :::caution to :::warning
- enhanced assigning font-size for APITable-s
- bugfix class vs className
- bugfix unintended extra paragraphs (a new behavior after the upgrade
to MDX v3)
[skip ci]
This method creates a ModelsCollection using the given attributes, it
internally calls the Models::instance() method.
The Orm::collect<Model> function is mandatory if the given attributes
contain the QDateTime instance.
- updated tests used everywhere
- updated docs
- also added stableSort() and stableSortBy()
- added the descending variants for all above methods
- added Model three way comparison operator for comparing/sorting
models by the primary key
- added unit tests
- updated docs