Project

General

Profile

Statistics
| Revision:
Name Size Revision Age Author Comment
  bin 743 almost 23 years Matt Jones Modifications that change the package handling ...
  lib 756 almost 23 years Matt Jones Updated pathquery.dtd to reflect new addition o...
  src 755 almost 23 years bojilova - made xmltables-sqlserver.sql from SQL Server ...
  test 720 about 23 years Matt Jones Added results of running the query analysis.
LICENSE 17.7 KB 666 about 23 years Matt Jones Modified the license and copyright terms for ma...
README 1.97 KB 696 about 23 years Matt Jones Added contact mailing address for bug reports a...
build.sh 1.03 KB 670 about 23 years Matt Jones Updated build files with minor documentation ch...
build.xml 7.52 KB 693 about 23 years berkley removed descrpency between the gzipped release ...

Latest revisions

# Date Author Comment
756 05/29/2001 05:17 PM Matt Jones

Updated pathquery.dtd to reflect new addition of filterdoctype element.

755 05/29/2001 11:09 AM bojilova

- made xmltables-sqlserver.sql from SQL Server running here on rincon machine
- included db index on xml_nodes.nodename which was missing

754 05/24/2001 11:21 AM bojilova

change the call from getDateFunction() to getDateTimeFunction()

753 05/24/2001 11:07 AM harris

changed the getDate method to getDateTime and changed the return
string in the postgresql implementation to "now()" from now()::date

752 05/24/2001 10:21 AM bojilova

change the call from getDateString() to getDateFunction()

751 05/24/2001 10:20 AM bojilova

change the method name getDateString() to getDateFunction()
return "now()::date" in the DBPostgresql implementation of that method

750 05/24/2001 09:01 AM harris

The Postgres implementation of the dbadapter package, still needs testing and
the getDate... method just returns the db function to return the date; to retreive the
current time is a second function so we may want to add a second method to return the
current time.

749 05/23/2001 03:28 PM bojilova

changed the db sequence name used for the accession# uniqueid
to xml_documents_id_seq.
All db sequences now are named of form <table_name>_id_seq

748 05/23/2001 03:26 PM bojilova

added new property for the dbadapter class as:
dbAdapter=edu.ucsb.nceas.dbadapter.DBOracle
the installation procedure should change it to the appropriate class

747 05/23/2001 03:19 PM bojilova

- changed to use the DBAdapter uniform interface for all apperance of "sysdate"
and uniqueid generation from sequence
MetaCatUtil:
- reads from metacat.properties the dbadapter class implemented the interface
and creates an instance of that class (in static public variable named dbAdapter) for use....

View all revisions | View revisions

Also available in: Atom