Hi Massimo, Can you please include the following in trunk for Reference?:
def get(self, key):
return self.__getattr__(key)
This way, Reference and Row both respond to the 'get' method, polymorphism.
I believe this does not break anything else.
Thanks,
Carlos

