Re: sql used in the save method

2008-11-28 Thread Malcolm Tredinnick
On Fri, 2008-11-28 at 04:05 -0800, Robert wrote: > Hello !! > > I am using mysql as the backend and trying to use insert delayed of a > query (http://dev.mysql.com/doc/refman/5.0/en/insert-delayed.html), to > do this I have to change a bit the insert statement, and I want to > know if is possibl

Re: sql used in the save method

2008-11-28 Thread sergioh
There is On Nov 28, 8:05 am, Robert <[EMAIL PROTECTED]> wrote: > Hello !! > > I am using mysql as the backend and trying to use insert delayed of a > query (http://dev.mysql.com/doc/refman/5.0/en/insert-delayed.html), to > do this I have to change a bit the insert statement, and I want to > know

sql used in the save method

2008-11-28 Thread Robert
Hello !! I am using mysql as the backend and trying to use insert delayed of a query (http://dev.mysql.com/doc/refman/5.0/en/insert-delayed.html), to do this I have to change a bit the insert statement, and I want to know if is possible to know before executing the sql what is the sql INSERT stat