-->
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.  [ 2 posts ] 
Author Message
 Post subject: JetDriver: The SELECT statement includes a reserved word...
PostPosted: Fri Jan 25, 2008 5:04 am 
Newbie

Joined: Thu Oct 05, 2006 12:38 am
Posts: 8
Version:
NHibernate-1.2.1.GA

Error Encountered:
"The SELECT statement includes a reserved word or an argument name that is misspelled or missing, or the punctuation is incorrect."

When:
Using the JetDriver, when there is more than 1 conditions in from clause.

How to resolve:
Change line 155 of JetDriver.cs
Line 155: transformed = string.Join(",", blocks);
to
Line 155: transformed = "from " + string.Join(",", blocks);

================
Couldn't access Jira to submit the issue, so I post it here in case anyone encountered this issue and need help with it.


Top
 Profile  
 
 Post subject:
PostPosted: Sat Jan 26, 2008 1:15 am 
Regular
Regular

Joined: Tue Dec 25, 2007 3:41 pm
Posts: 57
Location: Argentina
The jira will be soon available.

Make the patch and send to the dev-list.

Thanks.

_________________
Dario Quintana


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 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.