Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  ucsb 2083 almost 20 years Duane Costa Add delete capability to single file upload ser...

Latest revisions

# Date Author Comment
2083 03/31/2004 03:17 PM Duane Costa

Add delete capability to single file upload servlet

2080 03/31/2004 11:45 AM Matt Jones

Set content type properly for getversion action.

2079 03/31/2004 11:42 AM Matt Jones

Added a simple action for finding out the current metacat version. The information is pulled from the property file, so be sure to update the version in the property file before shipping a release.

2078 03/30/2004 04:05 PM Matt Jones

Fixed a bug in the new recursive SQL statements that prevented them from operating on oracle. Now they should work on both oracle and postgres.

2077 03/30/2004 01:36 PM Matt Jones

Reformatted source for readability and conformance.

2076 03/30/2004 01:35 PM Matt Jones

Excluded the update of the xml_index table in insert,update, and delete if the usexmlindex option is set to false.

2075 03/30/2004 10:09 AM Matt Jones

Reformatted DBQuery.java for readability and consistency.

2074 03/30/2004 10:02 AM Matt Jones

Changed printAttributeQuery() to no longer depend on the xml_index table. Now, if useXMLIndex is false, the method will use a recursive query on xml_nodes to match paths instead of using xml_index.

2073 03/29/2004 03:50 PM Matt Jones

Some refactoring of the printExtendedSQL()
methods to eliminate redundancy in the code and
to provide more readable documentation.

2072 03/29/2004 01:59 PM Matt Jones

Moved decision about whether to use xml_index for
query to the metacat.properties as "usexmlindex". Default
is now false. Still have some refactoring to do to remove a
few more uses of the xml_index table.

View revisions

Also available in: Atom