[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-1461) SchemaExport ignores --format parameter
Silvan Eugen Lincan (JIRA)
noreply at atlassian.com
Wed Jan 20 10:22:29 EST 2010
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=35283#action_35283 ]
Silvan Eugen Lincan commented on HHH-1461:
------------------------------------------
Problem persists on "hibernate-distribution-3.5.0-Beta-3".
I will provide a patch for this.
> SchemaExport ignores --format parameter
> ---------------------------------------
>
> Key: HHH-1461
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1461
> Project: Hibernate Core
> Issue Type: Bug
> Affects Versions: 3.1.2
> Environment: Hibernate 3.1.2, PostgreSQL database
> Reporter: Catalin Grigoroscuta
> Priority: Minor
> Attachments: SchemaExport.patch
>
>
> SchemaExport ignores the --format=false parameter (format is always true, no matter what you put in the parameter value).
> I was able to fix the bug by patching SchemaExport (in line 382, I've put se.setFormat(format) instead of if(format) se.setFormat(format).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the hibernate-issues
mailing list