Galanos <[EMAIL PROTECTED]> wrote:
>
> In a table I have 2 triggers (BEFORE INSERT). How do I know in which order
> they are executed (which is first which is second)?
>
You don't. The order of arbitrary.
--
D. Richard Hipp <[EMAIL PROTECTED]>
--
Hello,
In a table I have 2 triggers (BEFORE INSERT). How do I know in which order
they are executed (which is first which is second)?
Thank you
Kostas
-
To unsubscribe, send email to [EMAIL PROTECTED]
On 07/08/06, chetana bhargav <[EMAIL PROTECTED]> wrote:
Can you elobarate more on this. ( For me if two threads register for the same
trigger condition, with different callback functions, do both the functions get
called)
The short answer to your question is no. (But I could be wrong) If I
chetana bhargav uttered:
Hi,
I have few questions regarding triggers,
* If we want to have trigger for some condition and if multiple
applications create a trigger for the same condition providing different
C callback functions (which I guess is possible through
sqlite3_create_function),
- Last time I tried, the triggers are triggered only for the calling
thread which registered the function.
Can you elobarate more on this. ( For me if two threads register for the same
trigger condition, with different callback functions, do both the functions get
called)
Cheer
- Last time I tried, the triggers are triggered only for the calling
thread which registered the function.
- When the trigger is fired, you can refer to any field in the table.
HTH.
On 07/08/06, chetana bhargav <[EMAIL PROTECTED]> wrote:
Hi,
I have few questions regarding triggers,
* If we
Hi,
I have few questions regarding triggers,
* If we want to have trigger for some condition and if multiple applications
create a trigger for the same condition providing different C callback
functions (which I guess is possible through sqlite3_create_function), will the
trigger be
7 matches
Mail list logo