Skip to content
Snippets Groups Projects
  • Marshall Garey's avatar
    5ea3c44f
    Fix for commit 9ed24025 · 5ea3c44f
    Marshall Garey authored
    to fix issue where job ordering causes wrong unused wall.
    
    The "order by" part of the original sql query was wrong.
    I had a situation where I had 2 jobs in an updated reservation,
    but instead of adding their times together, they were overwriting
    their times. This happened because of the ordering of the rows, where
    the reservation got split up because of the "order by job.time_start".
    
    That was simply wrong.
    
    Bug 4406
    5ea3c44f
    History
    Fix for commit 9ed24025
    Marshall Garey authored
    to fix issue where job ordering causes wrong unused wall.
    
    The "order by" part of the original sql query was wrong.
    I had a situation where I had 2 jobs in an updated reservation,
    but instead of adding their times together, they were overwriting
    their times. This happened because of the ordering of the rows, where
    the reservation got split up because of the "order by job.time_start".
    
    That was simply wrong.
    
    Bug 4406