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/09 23:41:51 UTC

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

The following comment has been added to this issue:

     Author: mike perham
    Created: Fri, 9 Jul 2004 5:41 PM
       Body:
Oops, ignore that semicolon at the end of the "id" line.
---------------------------------------------------------------------
View this comment:
  http://jira.codehaus.org/browse/MPHIBERNATE-8?page=comments#action_21581

---------------------------------------------------------------------
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: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org