Hi Igniters,

I'm looking for a technique that can provide SQL clauses for an external
observer. There is an event 'CacheQueryExecutedEvent' (maps to
EVT_CACHE_QUERY_EXECUTED) that contains the clause. But as I can see it's
produced only for success queries and there is no any event if a query
fails. I wonder:

1. Is there a reason why it is designed that only success queries produce
the event?
2. Can I rely on the event to subscribe to all success queries for my task?
3. Is there a valid way to subscribe on failed queries?

Thanks for any help,

Maksim

Reply via email to