Revision 1450
Added by Jing Tao almost 22 years ago
src/edu/ucsb/nceas/metacat/DBQuery.java | ||
---|---|---|
438 | 438 |
long startNodeId = rs.getLong(1); |
439 | 439 |
long endNodeId = rs.getLong(2); |
440 | 440 |
controlPairs.put(new Long(startNodeId), new Long(endNodeId)); |
441 |
tableHasRows = rs.next(); |
|
441 | 442 |
} |
442 | 443 |
|
443 | 444 |
double extendedAccessQueryEnd = System.currentTimeMillis()/1000; |
Also available in: Unified diff
Fixed a bug which cause infinite loop.