Project

General

Profile

« Previous | Next » 

Revision 2430

Added by sgarg about 19 years ago

Added new database upgrade script for postgres.
Modified the database upgrade script for oracle
Added comment to DBquery.java
Fixed a bug in xmltables.sql

View differences:

DBQuery.java
624 624
     int count = (new Integer(MetaCatUtil
625 625
                            .getOption("xml_returnfield_count")))
626 626
                            .intValue();
627

  
628
     // set enterRecords to true if usage_count is more than the offset 
629
     // specified in metacat.properties
627 630
     if(usage_count > count){
628 631
         enterRecords = true;
629 632
     }
......
633 636
                                  + "xml_returnfield table", 20);
634 637
     }
635 638

  
636

  
637

  
638 639
     // get the hashtable containing the docids that already in the
639 640
     // xml_queryresult table
640 641
     MetaCatUtil.debugMessage("size of partOfDoclist before"

Also available in: Unified diff