Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  docs 2463 about 19 years sgarg Changes in the documentation for the new release
  lib 2454 about 19 years sgarg Changed "NCEAS Data Registry" to "NCEAS Data Re...
  src 2467 about 19 years Chris Jones Changed the handleReturnField() method so that ...
  test 2451 about 19 years sgarg Removed unwanted code.
LICENSE 17.7 KB 666 over 23 years Matt Jones Modified the license and copyright terms for ma...
README 7.46 KB 2441 about 19 years Matt Jones Fixed typo.
build.properties 1.9 KB 2460 about 19 years sgarg Changing username from knb to metacat for postgres
build.sh 1.03 KB 670 over 23 years Matt Jones Updated build files with minor documentation ch...
build.xml 51.2 KB 2461 about 19 years sgarg Added code which checks out utilities from cvs....

Latest revisions

# Date Author Comment
2467 04/07/2005 10:53 AM Chris Jones

Changed the handleReturnField() method so that it handles path expressions with
only attributes in the path.

2466 04/06/2005 07:04 PM sgarg

Added a check if printAttributeQuery() for returnPath to see that it is not null so that that this doesnt happen

xml_index.path like 'null' AND xml_nodes.nodename like 'id'

2465 04/06/2005 06:46 PM sgarg

Fixed a bug in previous commit

2464 04/06/2005 06:25 PM sgarg

Modified code for computing the returnfield string - earlier only elements were used to construct the string. e.g. /dataset/title
Now attributes are also added to the returnfield. e.g. title/@id

2463 04/06/2005 02:38 PM sgarg

Changes in the documentation for the new release

2462 04/06/2005 02:21 PM sgarg

Replaced 1.4.0 with release

2461 04/06/2005 02:12 PM sgarg

Added code which checks out utilities from cvs. Modified distsrc to include utilities src also. Changed version from 1.4 to 1.5

2460 04/06/2005 11:46 AM sgarg

Changing username from knb to metacat for postgres

2459 04/06/2005 02:23 AM Chris Jones

When a path expression includes element content and attribute content, then
the SQL generated needs to search for attribute nodetypes with parent
nodenames equal to the path expression element content. However, when
only searching for attribute content (such as just @packageId), then...

2458 04/06/2005 02:13 AM Chris Jones

When searching for attributes in the XPATH expression, an 'index out of bounds'
exception was thrown when only an attribute was included in the path string.

This fix changes the pathexpr.indexOf comparison to 0 rather than 1, since
the index starts at 0....

View all revisions | View revisions

Also available in: Atom