Hi,

I just created a function 

CREATE FUNCTION fixImage "return value.replace(new RegExp(\"src='/foo/\", 
'g'), \"src='/images\");" PARAMETERS [value] LANGUAGE javascript;

It works..

But how can i remove this function after?

I try
REMOVE FUNCTION fixImage
DELETE FUNCTION fixImage
DROP FUNCTION fixImage

none works :(

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to orient-database+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to