-
Notifications
You must be signed in to change notification settings - Fork 508
Test against oracle #4589
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
Test against oracle #4589
Conversation
7047f52 to
0db8643
Compare
|
A nice start... |
|
d0eac10 to
46a01b2
Compare
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
Signed-off-by: Joas Schilling <[email protected]>
46a01b2 to
3d564cd
Compare
Signed-off-by: Joas Schilling <[email protected]>
3d564cd to
7067907
Compare
|
Rebased to add "listable" column on the select |
| use OCP\DB\QueryBuilder\IQueryBuilder; | ||
|
|
||
| class SelectHelper { | ||
| public function selectRoomsTable(IQueryBuilder $query, string $alias = 'r'): void { |
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.
for readability on the calling side, I think I wouldn't make the alias optional.
I came here to check as I was confused where the alias comes from
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.
The alias is optional?
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.
Ah, you would n't.
Well it's r for room, a for attendee and s for session. Your IDE (if you have one) will also tell you that. Not a huge fan of adding hundreds of '(a|r|s) in the code just for lazy non-IDE users
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.
it's not only for non-IDE but also when reading the code on Github for example, like when reviewing code changes or viewing a commit / diff on Github or CLI
but as you like, not a big issue to infer the alias
Signed-off-by: Joas Schilling <[email protected]>
|
I have the same composer problem with the oci pipeline, not sure when this started happening: https://github.com/nextcloud/guests/pull/511/checks?check_run_id=1558214699 |
|
We use dev-master of christophwurst nextcloud package and the was accidentally broken 🙃 |
Signed-off-by: Joas Schilling <[email protected]>
|
Okay actually the problem was we first installed composer deps and then set the php version, so it ran composer with 8.0 before switching to 7.4 |
PVince81
left a comment
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.
👍
Uh oh!
There was an error while loading. Please reload this page.