-->
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: SQL Warning: 17110, SQLState: null
PostPosted: Mon Dec 06, 2004 7:33 am 
Newbie

Joined: Mon Dec 06, 2004 7:20 am
Posts: 1
Location: France
Hibernate version:2.1.6

Code between sessionFactory.openSession() and session.close():
objlSession.createQuery("SELECT compte, sum(mouvement.montant) FROM Compte compte left join compte.mouvements mouvement WHERE compte.exercice.id = ? GROUP BY compte.id, compte.numero, compte.gele, compte.intitule, compte.type, compte.param, compte.lettrable, compte.compteCentraliseur, compte.exercice ORDER BY compte.numero");


Full stack trace of any exception that occurs:
2004-10-26 11:23:31,134 WARN [net.sf.hibernate.util.JDBCExceptionReporter] [TP-Processor7] SQL Warning: 17110, SQLState: null
2004-10-26 11:23:31,134 WARN [net.sf.hibernate.util.JDBCExceptionReporter] [TP-Processor7] Warning: exécution terminée avec avertissement


Name and version of the database you are using:Oracle 9iR2 (9.2.0.4 AMD64)

Hi,

I have a problem using JDBC with Hibernate2 on JBoss 3.2.6, it seems some SQL Commands like"left join" generate SQL Warnings.

Did someone have any idea ?

Thanks,
Guénaël GONNORD


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.