You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pull request I just submitted I think fixes this. An alternative is to just use the dbflow Blob type in the model instead of a byte array directly (a dbflow Blob just wraps the byte array).
DBFlow Version: 4.0.1
Issue Kind (Bug, Question, Feature): Bug
Description: Type Converter Bug
Here Auto generated method not checking where Blob is null or not (Check bold line)
statement.bindBlobOrNull(5 + start, refseed.getBlob());
Its giving null pointer exception when tying to save the data
The text was updated successfully, but these errors were encountered: