Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
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: Unassigned
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: maven-hibernate-plugin

   Assignee: 
   Reporter: mike perham

    Created: Fri, 9 Jul 2004 5:41 PM
    Updated: Fri, 9 Jul 2004 5:41 PM

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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to