Commit e70e657f authored by Robert Butora's avatar Robert Butora
Browse files

removes ordering query results by obs_collection

parent 210cb1b0
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -136,9 +136,6 @@ public class DbObstap
      if(qArgs.maxrec != null)
         theQuery += " LIMIT " + qArgs.maxrec;


      //theQuery += " ORDER BY obs_collection";

      LOGGER.fine(theQuery);

      List<String> pubdidList = new ArrayList<>();
@@ -215,12 +212,10 @@ public class DbObstap
         + inputRegion + " @> " + dbRegion + " AS dbInsideInput FROM obscore WHERE (obs_publisher_did IN (\'"
         +commaSepPubdids+"\'))";

      theQuery += " ORDER BY obs_collection";

      //LOGGER.fine(theQuery);

      List<Obstap> obstapList = new ArrayList<>();

      LOGGER.fine(theQuery);

      LOGGER.fine("Connecting to: " + dbConnArgs.uri()
            + " with optional user/pwd: " + dbConnArgs.userName() +" / "+ dbConnArgs.password() );
      try(