Show
Ignore:
Timestamp:
04/16/10 12:09:36 (2 years ago)
Author:
martijn
Message:

Fixed getAttributes to return more than just the first attribute

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/org.bridgedb.rdb/src/org/bridgedb/rdb/SimpleGdbImpl3.java

    r318 r338  
    107107                                pst.setString (2, ref.getDataSource().getSystemCode()); 
    108108                                ResultSet r = pst.executeQuery(); 
    109                                 if (r.next()) 
     109                                while (r.next()) 
    110110                                { 
    111111                                        String key = r.getString(1);