gitmodel icon indicating copy to clipboard operation
gitmodel copied to clipboard

Queries using an attribute that isn't defined should not fail

Open pauldowman opened this issue 14 years ago • 0 comments

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.

pauldowman avatar Sep 11 '11 18:09 pauldowman