-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Syntax problem with global temporary table in z/OS
PostPosted: Tue Dec 11, 2007 12:27 pm 
Newbie

Joined: Tue Dec 11, 2007 8:19 am
Posts: 1
Hibernate 3.2.5 GA

Using the temporary table feature with z/OS, I found out a syntax problem with the statement generated by hibernate. In fact DB2 for z/OS does not support the "not logged" but the class DB2Dialect, in method getCreateTemporaryTablePostfix declares a "not logged" option.
So I tried to redefine the method getCreateTemporaryTablePostfix in the class DB2390Dialect, returning an empty string and it worked!

So my propose is to add this method to DB2390Dialect:

Code:
   public String getCreateTemporaryTablePostfix() {
      return "";
   }



http://publib.boulder.ibm.com/infocente ... 003272.htm


http://publib.boulder.ibm.com/infocente ... /rdgtt.htm


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.