You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-commits@db.apache.org by dj...@apache.org on 2006/08/11 20:49:00 UTC

svn commit: r430855 - /db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java

Author: djd
Date: Fri Aug 11 11:48:59 2006
New Revision: 430855

URL: http://svn.apache.org/viewvc?rev=430855&view=rev
Log:
DERBY-1556 (partial) Add TODO's for the JDBC.dropSchema() method that shows work still needs to
be done to drop function and synonyms.

Modified:
    db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java

Modified: db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java
URL: http://svn.apache.org/viewvc/db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java?rev=430855&r1=430854&r2=430855&view=diff
==============================================================================
--- db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java (original)
+++ db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/util/JDBC.java Fri Aug 11 11:48:59 2006
@@ -153,6 +153,9 @@
 	 * TODO: Handle dependencies by looping in some intelligent
 	 * way until everything can be dropped.
 	 * 
+	 * TODO: Drop Functions
+	 * TODO: Drop Synonyms
+	 * 
 	 * @param dmd DatabaseMetaData object for database
 	 * @param schema Name of the schema
 	 * @throws SQLException database error