You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by fr...@apache.org on 2001/11/10 00:30:46 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/basic/actions BasicCreateTable.java

froehlich    01/11/09 15:30:46

  Modified:    apps/db/src/java/org/apache/avalon/db/basic/actions
                        BasicCreateTable.java
  Log:
  some changes to get the <simple-select> enabled
  
  Revision  Changes    Path
  1.5       +0 -1      jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/basic/actions/BasicCreateTable.java
  
  Index: BasicCreateTable.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/basic/actions/BasicCreateTable.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- BasicCreateTable.java	2001/11/09 15:03:19	1.4
  +++ BasicCreateTable.java	2001/11/09 23:30:46	1.5
  @@ -61,7 +61,6 @@
               throw new ActionException("Table " + mTableName + " Already Exists");
           }
           */
  -
           Table table = new BasicTable(mTableName, mColumns);
           mDatabasePersistor.addTable(mTableName, table);
       }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>