# Pastebin 03AxKbW6 vponomaryov: I traced the call to: @require_context def share_get(context, share_id, session=None): result = _share_get_query(context, session).filter_by(id=share_id).first() if result is None: raise exception.NotFound() return result in sqlalchemy/api.py, isn't it set to return everything according to the model? My new column is already there