Skip to content
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

Open
wants to merge 15 commits into
base: master
Choose a base branch
from

Conversation

StephanRichter
Copy link
Contributor

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.

Stephan Richter and others added 2 commits October 26, 2013 00:08
…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
Copy link
Contributor Author

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.

@philippK-de
Copy link
Owner

muss ich mir ueber die implikationen noch gedanken machen. dieses ganze sortierungsissue muesste mal konsistent ueberdacht werden *vermut
-> 2.0

@philippK-de
Copy link
Owner

werde ich die tage mergen. werde allerdings die sortierreihenfolge ändern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants