qualify id column in queries

[?]
Mar 14, 2011, 2:05 PM
JUZVPV6SRNYHJMA457OKS2COZ4NWG7EFDXDD33IBDLKFGOZDJ4NQC

Dependencies

  • [2] LUPEGYR7 Hydra: In case of failure, also show changes between last succesful build and the first failed build after this
  • [3] FPK5LF53 * Put the project-related actions in a separate controller. Put the
  • [4] JAUTUNGI bug fix
  • [5] KAZWI5G4 * hydra: buildpage, show changes since last build/successful build
  • [*] LBNVQXUB * Build the /build stuff in a separate controller.

Change contents

  • replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 35
    [3.587][3.587:633]()
    }, {rows => 1, order_by => "id DESC"});
    [3.587]
    [3.633]
    }, {rows => 1, order_by => "me.id DESC"});
  • replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 51
    [2.522][2.522:567]()
    }, {rows => 1, order_by => "id ASC"});
    [2.522]
    [2.567]
    }, {rows => 1, order_by => "me.id ASC"});
  • replacement in src/lib/Hydra/Helper/CatalystUtils.pm at line 68
    [3.1036][3.1036:1082]()
    }, {rows => 1, order_by => "id DESC"});
    [3.1036]
    [3.1082]
    }, {rows => 1, order_by => "me.id DESC"});