Case sensitivity for class attributes property
There is an issue with class attributes properties, they are case sensitive.
So if an attribute is called "Foo" it won't find its class attribute property if it's defined as "foo" in the database.
We stumbled into such a case…