Hello, Yes I know Torque support idMethod="native" for mysql. But I would like to use idMethod="idbroker" for enjoing database independant feature fully.
Thanks. Youngho ----- Original Message ----- From: "Andras Balogh" <[EMAIL PROTECTED]> To: "Apache Torque Users List" <[email protected]> Sent: Thursday, June 23, 2005 4:02 PM Subject: Re: MySql InnoDB question > Hello, > > How did you configured the idMethod in your schema? You don't need > IDBroker since mysql should > support auto increment primary keys so you should go with > idMethod="native" for tables with auto increment > primary key. > > Best regards, > Andras. > > > Youngho Cho wrote: > > >Hello, > > > >I read TRQ278 for InnoDB related Issue. > >It is about create tables and fk relations issue. > >In my case, when I create tables using generated sql from xml. > >I set SET FOREIGN_KEY_CHECKS=0; before execute the sql. > >Than there is no complain. > > > >My problem is I would like to use transaction but the warn report said > >torque doesn't use transaction. > >I use connector/j-3.1.7 driver. > >Do I have to ask it to mysql driver mailling list ? > >How you use torque with InnoDB ? > > > >Thanks. > > > >Youngho > > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED]
