You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2004/07/22 09:39:18 UTC

[jira] Closed: (MPHIBERNATE-8) Support delimiter property

Message:

   The following issue has been closed.

   Resolver: David Eric Pugh
       Date: Thu, 22 Jul 2004 3:37 AM

The delimiter property is already part of the plugin.
---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/MPHIBERNATE-8

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MPHIBERNATE-8
    Summary: Support delimiter property
       Type: Bug

     Status: Closed
   Priority: Major
 Resolution: CANNOT REPRODUCE

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-hibernate-plugin

   Assignee: David Eric Pugh
   Reporter: mike perham

    Created: Fri, 9 Jul 2004 5:41 PM
    Updated: Thu, 22 Jul 2004 3:37 AM

Description:
SchemaExport has a setDelimiter() property which allows you to set it to ";" so that you can get this:

drop table foo;
create table foo (
    id int not null;
);

Command delimiting is necessary with the DB2 command line tool.  Please add a property which can be set to turn this on.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org