On Tue, 25 Sep 2007, Brendan Miller wrote:

...
Anyone have any ideas on how to delete the row/object without incurring
this SELECT without bind variables query?

Knowing this is the worst statement for a OR layer: If it is just this single table, I'd recommend using pure jdbc for creating a prepared statement and issuing the delete.
Torque is a bit bitchy when it has not got any primary keys on tables...

...
Does Torque/Village always do a SELECT first before it DELETEs?

currently yes.

    Thomas

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to