-
Notifications
You must be signed in to change notification settings - Fork 191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How can I stored a Image or Blob Object? #229
Labels
feature
Request and implementation of a feature (release drafter)
Milestone
Comments
Storing BLOBs is currently not possible with floor. |
vitusortner
added
the
feature
Request and implementation of a feature (release drafter)
label
Jan 10, 2020
How easy would it be to implement this? Would I "only" have to map Uint8List to BLOB, or does this have some complications? |
mqus
added a commit
to mqus/floor
that referenced
this issue
Feb 13, 2020
This connects the dart type Uint8List to the SQLite data type BLOB and adjusts some tests for that. Fixes pinchbv#229.
mqus
added a commit
to mqus/floor
that referenced
this issue
Feb 13, 2020
This connects the dart type Uint8List to the SQLite data type BLOB and adjusts some tests for that. Fixes pinchbv#229.
mqus
added a commit
to mqus/floor
that referenced
this issue
Feb 13, 2020
This connects the dart type Uint8List to the SQLite data type BLOB and adjusts some tests for that. Fixes pinchbv#229.
mqus
added a commit
to mqus/floor
that referenced
this issue
Feb 22, 2020
This connects the dart type Uint8List to the SQLite data type BLOB and adjusts some tests for that. Fixes pinchbv#229.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: