Hello World
Results
2
issues of
Hello World
# ISSUE\_TEMPLATE DBFlow Version: def dbflow_version = "5.0.0-alpha1" Bug or Feature Request: android.database.sqlite.SQLiteBlobTooBigException: Row too big to fit into CursorWindow requiredPos=1, totalRows=2 Description:
public class CustomerDataResponse{ private String name; private ArrayList children; } 读取数据时发现children为null;name有数据