Closed VikramShityalkar closed 1 year ago
Hi,
We did have some issue in the JS engine in earlier version of OrientDB, that have been fixed in more recent version, like this: https://github.com/orientechnologies/orientdb/issues/9690 now functions should work correctly.
Closing this, feel free to re-open if you still experience problems.
I am using the createFn from old client, however it is not working with 3.2.13 because of session token issue. I have used createFn from session but it is creating function in database which not syntactically correct.
I have attached sample function and script to create function. test.zip
Just extract the zip and do npm install and run the test.js. The demoFunction will be created but it is not usable.