hellsan631 / LogosDB

A database micro-framework for creating simple DB interaction without the need for a full framework
1 stars 0 forks source link

dataToArray won't accept null as the array #8

Closed hellsan631 closed 9 years ago

hellsan631 commented 9 years ago

if Null is given, it errors out with 'Tried to filter Malformed data'.

This instead should just return false, or do nothing at all. Null data means there is nothing to sort, so nothing cannot be malformed.