Hi,
because Torque is not written for a specific database, it only uses
standard jdbc features. I am not 100% sure, but I would guess "insert
delayed" is not one of them.
Probably it is quite difficult to achieve that "insert delayed" is used
generically; probably you would have to patch the underlying village
library. This is something I would recommend only in desperate cases.
Alternatively, you can generate the SQL query by hand and use
BasePeer.executeUpdate() to submit that result.
Thomas
"Barak Shafrir" <[EMAIL PROTECTED]> schrieb am 13.03.2005 14:05:14:
> Hello,
>
> I'm using Torque with mysql.
> When I us Object.save(), the method uses "insert" command. I was
> wondering if there is any way to use "insert delayed" instead.
>
> Thank you
> Barak
>
> <http://www.fetchbook.info/> www.FetchBook.Info
> Find the lowest price - Compare more than a hundred book stores in a
> click
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]