Project

General

Profile

« Previous | Next » 

Revision 1450

Added by Jing Tao about 21 years ago

Fixed a bug which cause infinite loop.

View differences:

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