-
-
Notifications
You must be signed in to change notification settings - Fork 228
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
Support blob field type / editor widget #5668
Comments
QField does not support BLOB field types and will fallback to simple text edit for any unsupported type. There are two things here therefore:
|
so now what is the best way to do field that store attachment like ( image ) because i don't want the image to be saved in folder path i wan't to store it on the GPKG ? |
This is not possible right now. Images are always stored in separate files. |
so did the Qfield will support BLOB next updates ?
so it is possible that qfield will support BLOB next updates ? |
there is nothing planned so far, you can reach out to the development team if you'd like to fund this. |
This PR (#5691) fixes the crash; I've transformed this into an enhancement request. |
Describe the issue
so i have one layer in Qgis which is connected to postgres database and a field which is BLOB Type so it's normally when i view the feature that has this BLOB image , also it's normally to view the feature in Qgis on a layer that is GPKG it's also viewed without any problem, but same feature when i tried to view it on Qfield the app directly crash and close by itself
sample.zip
Expected behavior
the action should let me see the image that is available with the feature
Observed behavior
when i want to open the attribute of this feature Qfield crash and close
QGIS (please complete the following information)
QField (please complete the following information)
Additional information
The text was updated successfully, but these errors were encountered: