I noticed in arangodb 3 that when a UDF returns null as a result it is included in the resulting dataset. That created problems in parts of my code where I had pagination, because the results where void of any actual data but still included.
In arango 2.8 null returns where excluded/ignored completely with no need to handle them in the query. I managed to resolve it easily by adding a filter excluding the null results but I wanted to ask though what drove you to this change. Is there any reference in the change log ? -- You received this message because you are subscribed to the Google Groups "ArangoDB" 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.
