Bug 1075482 - org.hibernate.test.hql.ASTParserLoadingTest fails with postgresplus92
Summary: org.hibernate.test.hql.ASTParserLoadingTest fails with postgresplus92
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Hibernate
Version: 6.3.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: DR6
: EAP 6.3.0
Assignee: Brett Meyer
QA Contact: Zbyněk Roubalík
Russell Dickenson
URL:
Whiteboard:
Depends On:
Blocks: 1073085
TreeView+ depends on / blocked
 
Reported: 2014-03-12 09:13 UTC by Jan Martiska
Modified: 2015-09-01 04:00 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-06-28 15:43:31 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Jan Martiska 2014-03-12 09:13:17 UTC
08:38:25,094 DEBUG SQL:104 - create table Constructor (ID int8 not null, someString varchar(255), someNumber int4, someBoolean boolean, anotherBoolean boolean, primary key (ID))
08:38:25,095 ERROR SchemaExport:425 - HHH000389: Unsuccessful: create table Constructor (ID int8 not null, someString varchar(255), someNumber int4, someBoolean boolean, anotherBoolean boolean, primary key (ID))
08:38:25,095 ERROR SchemaExport:426 - ERROR: syntax error at or near "Constructor"

Constructor seems to be a reserved keyword in postgres plus 9.2, so it is not possible to create a table out ot org.hibernate.test.hql.Constructor entity without mapping it to another name.

Comment 1 Jan Martiska 2014-03-12 09:19:55 UTC
https://hibernate.atlassian.net/browse/HHH-9034

Comment 2 Brett Meyer 2014-03-12 16:56:01 UTC
Corrected upstream, will be in the component upgrade for EAP 6.3.0 ER1

Comment 4 Martin Simka 2014-04-01 11:17:31 UTC
verified on EAP 6.3.0.DR6


Note You need to log in before you can comment on or make changes to this bug.