You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user, I would like to be able to use the CREATE TRIGGER statement which can contain multiple semicolons. ParserFactory currently splits in the semicolon as a delimited to differentiate between each query. Add support for BEGIN and END; statements.
The text was updated successfully, but these errors were encountered:
As a user, I would like to be able to use the
CREATE TRIGGER
statement which can contain multiple semicolons.ParserFactory
currently splits in the semicolon as a delimited to differentiate between each query. Add support forBEGIN
andEND;
statements.The text was updated successfully, but these errors were encountered: