-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Introduce Doctrine ORM #33127
Introduce Doctrine ORM #33127
Conversation
@@ -0,0 +1,116 @@ | |||
<?php |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO finish
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 30 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 30 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 56 potential problems in the proposed changes. Check the Files changed tab for more details.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 66 potential problems in the proposed changes. Check the Files changed tab for more details.
TODOs: - [x] EntityManager wrapper - [ ] EntityRepository wrapper - [ ] Query wrapper (for the DQL) - [x] Command integration - [ ] Psr6 Cache wrapper around the ICache - [ ] Decide if we want a wrapper for the Mapping DTO class (lot of work not much beneficts) Signed-off-by: Carl Schwan <[email protected]>
Signed-off-by: Carl Schwan <[email protected]>
b0d3b32
to
46012f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found 99 potential problems in the proposed changes. Check the Files changed tab for more details.
TODOs:
not much benefits)
PR where this is used: nextcloud/social#1439
Signed-off-by: Carl Schwan [email protected]