Project

General

Profile

« Previous | Next » 

Revision 899

Added by berkley about 22 years ago

made a ton of changes related to keeping oracle SQL code out of the main classes. fixed a bug where the timing of the index thread was off so when it went to index a document, the document was not already in xml_documents thus breaking the FK relation between xml_documents and xml_index. I think that bug might be the reason for the blank resultset screens in morpho. made the postgres implementation much more robust.

View differences:

PostgresqlAdapter.java
95 95
   */
96 96
  public String getStringDelimiter() {
97 97

  
98
    return "'";
98
    return "\"";
99 99
  }
100 100
  
101 101
}

Also available in: Unified diff