Hi everyone.
>From time to time due to various reasons during development I mess up the integrity of my dev database, meaning that I have edges that point to non-existing vertexes or vice versa. Getting rid of these buggers is a pain because the delete command throws a null pointer exception. The only way I found is either to truncate the table or the reset the broken pointer to and existing edge/vertex. Is there a way to temporarily or permanently switch of the null pointer exception so that I can use my regular migrations? Cheers Georg -- --- 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.
