-->
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.  [ 3 posts ] 
Author Message
 Post subject: Cloudscape dialect?
PostPosted: Sat Jan 10, 2004 4:51 pm 
Newbie

Joined: Sat Jan 10, 2004 3:49 pm
Posts: 1
Hello,

Anybody had any luck with Cloudscape?

Most things seem to work fine, but I couldn't do an order by, for example (field not present in result, it says... it looks like in the version I have of Cloudscape the order by is based on what the result looks like, not the table, so it can only see the internally assigned aliases).

Anyway, if anybody has any comments at all about working with Cloudscape or, better yet, has written a dialect, I would appreciate it a lot.

Thanks,

Luis


Top
 Profile  
 
 Post subject:
PostPosted: Fri Feb 20, 2004 3:35 pm 
Newbie

Joined: Tue Oct 21, 2003 3:20 pm
Posts: 2
Location: Colorado Springs
I have written a cloudscapeDialect, but it is very basic. I am also having the problem with order by. Another problem I am having is getting "Invalid Cursor State" exceptions when I run a query:

Query q = sess.createQuery("from Partner");
List list = q.list();

This results in an exception. Seems to only happen on larger tables. If the table is small, I don't seem to get the error.


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 24, 2004 2:36 pm 
Hibernate Team
Hibernate Team

Joined: Sun Sep 14, 2003 3:54 am
Posts: 7256
Location: Paris, France
Can you post it in the wiki area (with warnings), please ?

_________________
Emmanuel


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

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.