Hi there,
I'm a bit struggling with the syntax for filter function, after it changed from Oct2014 to Jul2015.
I have looked at the release notes, but they don't seem to even mention this change of syntax.
This used to work in Oct2014:
create filter function maxlevenshtein(s1 string, s2 string, k int)
external name str."distjoin_levenshtein";
from sys.tables t, sys.functions f
from sys.tables t, sys.functions f
But this is still not right. How should it be? And should I change the SQL / MAL / C interface of the function as well?
Thanks,