-->
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: Abfrage mit HSQLDialect und BOOLEAN Spalte
PostPosted: Thu Jul 09, 2009 9:52 am 
Newbie

Joined: Fri Jul 03, 2009 10:21 am
Posts: 3
Hallo zusammen,
Hat schonmal jemand versucht auf eine HSQLDB Tabelle mit BOOLEAN Spalte zuzugreifen ? Seit der Version 1.9 von HSQLDB wird BIT und BOOLEAN wohl strikter voneinander getrennt. Ich verwende 1.9 RC2. Wenn ich jetzt mein HQL mit der Einschränkung
Code:
from testklasse tk where tk.booleancolumn = true

laufen lasse, dann generiert er mir ein SQL (in Eclipse im Hibernate Dynamic SQL Preview) mit
Code:
Select blah from testklasse tk where tk.booleancolumn=1

und das führt zu einer SQLGrammarException.
Mit Squirrel ausgeführt kommt einq
Quote:
incompatible data types in combination

Weiß jemand einen Rat ?
Danke und Gruß
Manfred


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.