Revision 899
Added by berkley almost 23 years ago
metacat.properties | ||
---|---|---|
7 | 7 |
password=@password@ |
8 | 8 |
defaultDB=@jdbc-connect@ |
9 | 9 |
dbDriver=@dbDriver@ |
10 |
dbAdapter=edu.ucsb.nceas.dbadapter.OracleAdapter
|
|
10 |
dbAdapter=edu.ucsb.nceas.dbadapter.PostgresqlAdapter
|
|
11 | 11 |
initialConnections=5 |
12 | 12 |
incrementConnections=5 |
13 | 13 |
maximumConnections=10 |
Also available in: Unified diff
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.