Project

General

Profile

« Previous | Next » 

Revision 2406

Added by sgarg over 19 years ago

Modified the offset which is used for creating the resultset. This helps in fixing the 'more than 1000 enteries in IN query' bug on Oracle.

View differences:

src/edu/ucsb/nceas/metacat/DBQuery.java
375 375
      if (out == null)
376 376
      {
377 377
        // for html page, we put everything into one page
378
        offset = 500000;
378
        offset = 900;
379 379
      }
380 380
      else
381 381
      {

Also available in: Unified diff