[hibernate-issues] [Hibernate-JIRA] Created: (HHH-3509) Sybase - Insert into temp table is in inverted order

Juraci Paixao Krohling (JIRA) noreply at atlassian.com
Wed Oct 1 08:13:04 EDT 2008


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


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