Hi Xavier, you can just do
DELETE FROM OFunction WHERE name = ... Thanks Luigi 2017-08-09 11:03 GMT+02:00 Xavier Rigal <[email protected]>: > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- --- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
