Browse CVS Repository
Diff of /xoonips/AL/commonal.cc
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 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 |
* |
* |
| 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 |
|
|
|