Develop and Download Open Source Software

Browse CVS Repository

Diff of /xoonips/AL/commonal.cc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.117 by aga4096, Fri Jan 6 05:50:32 2006 UTC revision 1.118 by tani, Tue Jan 10 10:56:30 2006 UTC
# Line 22  Line 22 
22   *   *
23   * $Revision$   * $Revision$
24   * $Log$   * $Log$
25     * Revision 1.118  2006/01/10 10:56:30  tani
26     * selectiveHarvesting:stat.item_idでorder by(asc)
27     *
28   * Revision 1.117  2006/01/06 05:50:32  aga4096   * Revision 1.117  2006/01/06 05:50:32  aga4096
29   * ・ ctype.h をinclude.   * ・ ctype.h をinclude.
30   *   *
# Line 8367  result_t selectiveHarvesting( time_t fro Line 8370  result_t selectiveHarvesting( time_t fro
8370      if ( until != 0 )      sql += " unix_timestamp(timestamp) <= " + unsignedIntToString(until) + " and ";      if ( until != 0 )      sql += " unix_timestamp(timestamp) <= " + unsignedIntToString(until) + " and ";
8371      sql +=      sql +=
8372          " stat.item_id >= " + unsignedIntToString(startIID) +          " stat.item_id >= " + unsignedIntToString(startIID) +
8373            " order by stat.item_id " +
8374          " limit " + unsignedIntToString(limit);          " limit " + unsignedIntToString(limit);
8375      sqlexec_t s( "updateItemStatus", sql, &ret );      sqlexec_t s( "updateItemStatus", sql, &ret );
8376      //setLastErrorString( "selectiveHarvesting..." );      //setLastErrorString( "selectiveHarvesting..." );

Legend:
Removed from v.1.117  
changed lines
  Added in v.1.118

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26