-
Notifications
You must be signed in to change notification settings - Fork 131
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
Sort and simplify #34
base: master
Are you sure you want to change the base?
Sort and simplify #34
Conversation
…Abfragen in getMyProjectIds mit einem Join verbessert werden könnten.
contained an invalud queue (projecte_assigned does not have a 'end' column) and is not used anywhere within collabtive.
$sel = $conn->prepare("SELECT projekte.ID | ||
FROM projekte LEFT join projekte_assigned | ||
ON projekte.ID=projekte_assigned.projekt | ||
WHERE user=? AND status=$status |
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.
im Prinzip könnte man die query auch direkt ohne prepare abfeuern, der Typ von user wird ja vorher geprüft, so dass da keine insertion möglich ist.
muss ich mir ueber die implikationen noch gedanken machen. dieses ganze sortierungsissue muesste mal konsistent ueberdacht werden *vermut |
…-simplify Conflicts: include/class.project.php
werde ich die tage mergen. werde allerdings die sortierreihenfolge ändern. |
Conflicts: include/class.project.php
Ich habe festegestellt, dass getMyProjectIds nicht verwendet wird, und das getMyProjects viele SQL-Abfragen in einer Schleife macht, die mit einer einfachen Abfrage zusammengefasst werden können.
Falls ihr meinen Code übernehmt, achtet darauf, dass ich Sortierung nach Projektnamen und nicht nach ID verwende.