Skip to content

Commit

Permalink
added TODO: limit number of batches handled in one extract pass
Browse files Browse the repository at this point in the history
  • Loading branch information
erilong committed Oct 18, 2007
1 parent 3936c97 commit 1727921
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ private void insertOutgoingBatch(Connection conn, OutgoingBatch outgoingBatch) t

@SuppressWarnings("unchecked")
public List<OutgoingBatch> getOutgoingBatches(String clientId) {
// TODO: limit number of batches handled in one extract pass
return (List<OutgoingBatch>) jdbcTemplate.query(selectOutgoingBatchSql, new Object[] { clientId },
new RowMapper() {
public Object mapRow(ResultSet rs, int index) throws SQLException {
Expand Down

0 comments on commit 1727921

Please sign in to comment.