Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
6606 11/04/2011 02:45 PM ben leinfelder

uses prepared statement instead of plain old statement.
deprecated the DBConnection.createStatement() method to discourage direct parameter value use in favor of parameter binding.
http://bugzilla.ecoinformatics.org/show_bug.cgi?id=5527

5170 12/30/2009 09:20 AM daigle

Add debug to show sql

5030 08/24/2009 02:34 PM daigle

Change location of PropertyService to properties directory

5015 08/04/2009 02:32 PM daigle

Create database and shared directories for database management code and shared code respectively.

4698 12/26/2008 01:07 PM daigle

Renamed MetaCatUtil to MetacatUtil

4124 07/15/2008 10:08 AM daigle

Create PropertyService using log directory instead of servlet context.

3922 05/29/2008 04:43 PM Jing Tao

Check into cvs head. Remove "nodedata='document'" in xml_nodes and xml_nodes_revisions deleting query.

3917 05/27/2008 06:18 PM Jing Tao

Check into cvs head. Modify the query of deleting xml_nodes_revisions table.

3864 05/14/2008 02:13 PM Jing Tao

Check in to cvs head. Don't close db connection before returning the connection pool.

3858 05/13/2008 03:07 PM Jing Tao

Add to cvs head. Change the run method signature.

3827 05/08/2008 05:15 PM Jing Tao

Checkin to head. Remove this class from Runnable and add sql to delete extral nodes in xml_nodes_revision table.

3818 05/02/2008 03:41 PM Jing Tao

Modify the delete xml_index table query.

3816 05/01/2008 04:47 PM Jing Tao

Add code to execute sql command and finish the task.

3814 04/30/2008 05:18 PM Jing Tao

A class to correct invalid eml201 documents. Metacat 1.8.0 and ealier version points incorrect eml-resource.xsd. We need fix eml documents.
Haven't done yet.