fix: ignore all possible sqlalchemy query object
If there's an attribute, which type is an SQLAlchemy query object, then ignore it, and return None. Because this type of object is too complicated, may cause memery overflow, and in general, user don't really want to convert it, but a data record instead.