gitmodel
gitmodel copied to clipboard
Queries using an attribute that isn't defined should not fail
GitModel doesn't have a fixed schema, but queries fail if they use an attribute that isn't defined on any records. This causes problems like pauldowman/balisong#7.
I think an undefined attribute should be considered to be null.