Hi all, I was looking at the decoupled version of Torque, and it appears that you can either specify a transaction in the criteria method (but is only for use if you have an "object" column) or you have to get your own transaction with a beginTransaction(dbname)..
My question is, why do you have to provide a database name? If I am not using transactions, torque gets it's dbconnection from the default.. Is it that it is just missing the method that uses the default database when you do beginTransaction(), and I should submit a patch, or am I not understanding something about Torque and transactions? Eric -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
