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
Thanks for your bug report. I added a fix and will include it in the next bugfix release. I think you are the first using the plugin to parse classloader settings. Issue #39 exists for 2 years now and no-one was interested in it. ;)
ESQL CREATE FUNCTION returns parse error if the CLASSLOADER keyword is used.
For example....
CREATE FUNCTION MyFunc( IN param01 CHAR ) RETURNS CHARACTER
LANGUAGE JAVA
EXTERNAL NAME "abc.def.myStuff"
CLASSLOADER "{My_Java_SharedLib}";
will return a parse error pointing to the line with the CLASSLOADER keyword.
The text was updated successfully, but these errors were encountered: