Hi there, Is there any way to identify the change that occurred on a table from within a trigger defined on that table? The solution that I can think of is to create an SQL statement by using new.Column1 or old.Column1, but I was wondering if it can be done faster, by using, say, a user defined function. Can such information be somehow extracted from sqlite3* structure pointer, that would be passed on as a user_defined_data to the mentioned user defined function?
Vladimir Stokic -- View this message in context: http://www.nabble.com/Detecting-the-change-from-inside-a-trigger-tf4645728.html#a13270728 Sent from the SQLite mailing list archive at Nabble.com. ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------