i started drizzled like while in sbin ./drizzled --no-defaults --basedir=/opt/drizzle7/ --mysql-protocol.port=4455 --datadir=/tmp/drizzle7/data
i started drizzle like while in bin ./drizzle i fired statements as below drizzle> use somedb; Reading table information for completion of table and column names You can turn off this feature to get a quicker startup with -A Schema changed drizzle> create table tt(value boolean); Query OK, 0 rows affected (0.002353 sec) drizzle> desc tt; +-------+---------+------+---------+-----------------+-----------+ | Field | Type | Null | Default | Default_is_NULL | On_Update | +-------+---------+------+---------+-----------------+-----------+ | value | VARCHAR | YES | | YES | | +-------+---------+------+---------+-----------------+-----------+ 1 row in set (0.000679 sec) drizzle> WHY TYPE IS VARCHAR THOUGH DEFINED AS BOOLEAN On Sun, Jul 24, 2011 at 9:35 PM, Rahul Koshaley <unik...@gmail.com> wrote: > Hi, > > I would like to know if any one has created a hibernate dialect , since the > one which Im using > > http://www.blogger.com/comment.g?blogID=6543848899761399219&postID=4351052504628202374&page=1&token=1311522557508 > > The mapping for boolean is failing , any suggestions. ? > > -- > <http://www.southparkstudios.com/full-episodes/s14e10-insheeption> > Regards > > Rahul Co - Founder GreenAlgo Pvt. Ltd. > We are a Technology Company. > Outthink , Outsmart n then OutLast. > > > -- <http://www.southparkstudios.com/full-episodes/s14e10-insheeption> Regards Rahul Co - Founder GreenAlgo Pvt. Ltd. We are a Technology Company. Outthink , Outsmart n then OutLast.
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : drizzle-discuss@lists.launchpad.net Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp