Commit Graph

12 Commits

Author SHA1 Message Date
silverqx 8d5ca3803b orm added, revisited, fixed QTime
I completely revisited QTime, practically everything was touched as
prepared bindings, result sets, serialization, appends, casting.

 - added many new QTime related tests
 - added a new columns to migrations
 - updated seeder
 - added a new u_timeFormat data member for models
 - updated docs about u_timeFormat
2024-02-28 11:20:26 +01:00
silverqx a82d063a88 docs added underline 2024-02-25 19:10:00 +01:00
silverqx fdd42aad4c added using aliases to the Model class
Extracted all the needed using aliases to the base Model class, it helps
to avoid declaring these using-s in the Derived models.

 - updated documentation, removed all useless using-s
2023-07-18 13:57:43 +02:00
silverqx adbfa4cea7 docs unified snake_case and camelCase 2023-07-15 15:22:33 +02:00
silverqx fe0c6547e0 docs bugfix and updated heading IDs 2023-07-15 14:06:42 +02:00
silverqx c21732f005 docs added Hiding, Appending attributes
- also added docs for Accessors
2023-07-15 13:12:22 +02:00
silverqx c4a93ca64a docs updates Casts with serialization
Described a new CastType::CustomQDate and CastType::CustomQDateTime cast
types.
2023-06-29 13:41:59 +02:00
silverqx 352041968a docs fixtypo 2023-06-25 09:55:39 +02:00
silverqx 5f7375a29b bugfix crash with SoftDeletes and CRTP 2023-06-01 11:23:03 +02:00
silverqx c837293de1 docs added ModelsCollection 💎 2023-05-27 17:49:26 +02:00
silverqx b7958d2f01 docs added note about primary key auto cast 2022-11-11 12:36:27 +01:00
silverqx 34999d0621 docs added TinyORM: Casts 2022-11-11 09:54:54 +01:00