Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-08-10 | Add a better mechanism to detect Entity changes | Thomas Lange | 1 | -19/+25 |
2021-07-22 | Move repository search functionality into a trait | Thomas Lange | 1 | -99/+0 |
2021-07-22 | Add pagination for search results | Thomas Lange | 1 | -6/+18 |
2021-07-22 | Add LIMIT and OFFSET parameters for search method | Thomas Lange | 1 | -3/+7 |
2021-07-17 | Reduce the redundant mapping logic in repositories | Thomas Lange | 1 | -37/+31 |
2021-07-11 | Modify parameter list for getAll method | Thomas Lange | 1 | -3/+3 |
2021-06-29 | Add WHERE filter option to getCount method | Thomas Lange | 1 | -4/+23 |
2021-06-28 | Bugfix: Remove explicit parameter type int | Thomas Lange | 1 | -3/+3 |
2021-06-27 | Allow NULL value comparison in WHERE clause | Thomas Lange | 1 | -2/+6 |
2021-06-25 | Fix wrong property name in Repository class | Thomas Lange | 1 | -2/+2 |
2021-06-25 | Reorganize namespaces | Thomas Lange | 1 | -0/+326 |