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]

Reply via email to