Hello, I'm trying get a feel for what kind of transactional support can be accessed/enabled in Torque. I've gone through the setup to get a MySQL instance to use the InnoDB table type so that transactional operations can be used. The trick is, what's the best way to get the InnoDB table type generated at the SQL generation phase? I could make a patch that would plug a "TYPE=InnoDB" after every "create table" at SQL generation time, but I have a feeling that people may not want every table set for this type.
russ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
