Bugs item #687243, was opened at 2003-02-16 09:57
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=687243&group_id=40712

Category: None
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Submitted By: Cedric Veilleux (smashed4)
Assigned to: Nobody/Anonymous (nobody)
Summary: mySQL dialect problem with BOOLEANs

Initial Comment:
Boolean are generated as BIT datatype with the mysql 
dialect. The BIT type does not exist in mysql. 
 
TINYINT(1) should be used instead. 
 
 

----------------------------------------------------------------------

>Comment By: Gavin King (oneovthafew)
Date: 2003-02-16 15:01

Message:
Logged In: YES 
user_id=384580

I insist that BIT *does* exist! If it does not exist in
*your* version, either

* override using the sql-type attribute
* create your own Dialect

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=428708&aid=687243&group_id=40712


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel


Reply via email to