When DDL script in SQL Editor has more than 100 queries, the executor switches to simple execution method (for performance reasons). The simple method has problem with correctly splitting CREATE TRIGGER statements and it causes the script to fail execution in the middle.
When DDL script in SQL Editor has more than 100 queries, the executor switches to simple execution method (for performance reasons). The simple method has problem with correctly splitting
CREATE TRIGGER
statements and it causes the script to fail execution in the middle.