pawelsalawa / sqlitestudio

A free, open source, multi-platform SQLite database manager.
https://sqlitestudio.pl
Other
4.67k stars 571 forks source link

Problem with large DDL scripts executed from SQL Editor #5096

Closed pawelsalawa closed 2 weeks ago

pawelsalawa commented 2 weeks ago

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.