aboutsummaryrefslogtreecommitdiffstats
path: root/core/namespace/ORM
AgeCommit message (Expand)AuthorFilesLines
2023-09-23Pass NULL instead of array containing NULL elementThomas Lange1-1/+7
2021-08-10Exclude "_modified" property from "getAll" methodThomas Lange1-0/+1
2021-08-10Add "getModifiedKeys" method to EntityInterfaceThomas Lange1-0/+1
2021-08-10Declare "set" method of Entity class as voidThomas Lange2-4/+3
2021-08-10Add a better mechanism to detect Entity changesThomas Lange7-61/+68
2021-07-22Add user and category filter on post searchThomas Lange1-0/+10
2021-07-22Move repository search functionality into a traitThomas Lange4-99/+109
2021-07-22Add pagination for search resultsThomas Lange1-6/+18
2021-07-22Add LIMIT and OFFSET parameters for search methodThomas Lange1-3/+7
2021-07-22Do not redefine properties of Entity classThomas Lange4-12/+0
2021-07-22Rename: Append "Repository" to repository classesThomas Lange4-16/+13
2021-07-20Rename and reorganize several "get count" methodsThomas Lange4-33/+42
2021-07-17Reduce the redundant mapping logic in repositoriesThomas Lange2-49/+33
2021-07-11Modify parameter list for getAll methodThomas Lange1-3/+3
2021-07-11Reuse prepared statement in update methodThomas Lange1-4/+0
2021-07-01Add category system to categorize posts (readme)Thomas Lange4-6/+171
2021-06-29Add WHERE filter option to getCount methodThomas Lange1-4/+23
2021-06-28Bugfix: Remove explicit parameter type intThomas Lange1-3/+3
2021-06-27Allow NULL value comparison in WHERE clauseThomas Lange1-2/+6
2021-06-25Fix wrong property name in Repository classThomas Lange1-2/+2
2021-06-25Reorganize namespacesThomas Lange9-0/+475