Re: [sqlite] problem with Triggers

2006-11-30 Thread Dennis Cote
chetana bhargav wrote: Hi, I was trying out to test some trigger stuff, basically if I have 2 connections open, and one of the connection registered a user defined function to be invoked. Now when the other connection inserts into table was trying to see if the first functions registered

Re: [sqlite] problem with Triggers

2006-11-30 Thread chetana bhargav
But should it cause the prepare's to fail, because of not having the function registered. ... Chetana. - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: sqlite-users@sqlite.org Sent: Thursday, November 30, 2006 11:43:34 PM Subject: Re: [sqlite] probl

Re: [sqlite] problem with Triggers

2006-11-30 Thread drh
chetana bhargav <[EMAIL PROTECTED]> wrote: > Hi, > > I was trying out to test some trigger stuff, basically > if I have 2 connections open, and one of the connection > registered a user defined function to be invoked. Now > when the other connection inserts into table was trying > to see if

[sqlite] problem with Triggers

2006-11-30 Thread chetana bhargav
Hi, I was trying out to test some trigger stuff, basically if I have 2 connections open, and one of the connection registered a user defined function to be invoked. Now when the other connection inserts into table was trying to see if the first functions registered function is called or not.