question about finding the size of a DB column

Dhiraj Holden dhiraj.holden at gmail.com
Sat Feb 5 14:04:32 UTC 2022


I have started looking at this bug
<https://bugs.documentfoundation.org/show_bug.cgi?id=138691> about Base
crashing with Firebird when using a form to insert an image that does not
fit in a binary field. The proposed fix was to check in xref/core
<https://opengrok.libreoffice.org/xref/core/>/forms
<https://opengrok.libreoffice.org/xref/core/forms/>/source
<https://opengrok.libreoffice.org/xref/core/forms/source/>/component
<https://opengrok.libreoffice.org/xref/core/forms/source/component/>/
ImageControl.cxx
<https://opengrok.libreoffice.org/xref/core/forms/source/component/ImageControl.cxx>
(OImageControlControl::implInsertGraphics) whether the image was bigger
than the database column. In order to do this, I need to find the size of
the image and the column. How should I proceed?

Thanks,
Dhiraj
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20220205/04d61621/attachment.htm>


More information about the LibreOffice mailing list