Skip to content

fix: ignore all possible sqlalchemy query object

Compare
Choose a tag to compare
@songofhawk songofhawk released this 14 Jun 03:10
· 1 commit to main since this release

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.