Activity overview
Latest activity by jonathan.lee
I can confirm this is still happening in SQL Prompt 10.13.10.1356. Any ETA on a fix or is there a workaround like directly editing a settings file? / comments
I can confirm this is still happening in SQL Prompt 10.13.10.1356. Any ETA on a fix or is there a workaround like directly editing a settings file?
SELECT in trigger (BP003) rule firing incorrectly
SELECT in trigger (BP003) incorrectly fires for a SELECT statement in a trigger that is attached to a cursor.ALTER TRIGGER xxxx ON yyy.YYYYYY
....
DECLARE cur_updated CURSOR LOCAL FAST_FORWARD ...