[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-3509) Sybase - Insert into temp table is in inverted order
Gail Badner (JIRA)
noreply at atlassian.com
Tue Jan 6 03:25:44 EST 2009
[ http://opensource.atlassian.com/projects/hibernate/browse/HHH-3509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=32048#action_32048 ]
Gail Badner commented on HHH-3509:
----------------------------------
Juca, can this be resolved?
> Sybase - Insert into temp table is in inverted order
> -----------------------------------------------------
>
> Key: HHH-3509
> URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-3509
> Project: Hibernate Core
> Issue Type: Bug
> Components: core
> Affects Versions: 3.2.4.sp1
> Environment: Branch_3_2_4_SP1_CP with Sybase 15
> Reporter: Juraci Paixao Krohling
> Assignee: Gail Badner
>
> As per Sybase documentation [1], this is the supported way to create temp tables based on the results of a select:
> select type, "Total_amount" = sum(advance)
> into #whatspent
> from titles
> group by type
> But Hibernate [2] is generating:
> insert into #Vehicle select vehicle0_.id as id from ( select id, vin, owner, 3 as clazz_ from SUV union select id, vin, owner, 4 as clazz_ from Pickup union select id, vin, owner, 1 as clazz_ from Car union select id, vin, owner, 2 as clazz_ from Truck ) vehicle0_
> [1] http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.help.ase_15.0.sqlug/html/sqlug/sqlug343.htm
> [2] BulkManipulationTest#testTempTableGenerationIsolation
--
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