We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
v0.3
Dendro should save a PDF file correctly even when the textual contents are very long
Dendro fails to correctly save the metadata of a PDF file when the metadata is extremely long.
Test using this pdf: https://repositorio-aberto.up.pt/handle/10216/89195. It will give an error while editing metadata after uploading, because the text is too long!
Maybe save the text content as a BLOB and serialize /deserialize at the database adapter level.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Dendro Version if known (or site URL)
v0.3
Please describe the expected behaviour
Dendro should save a PDF file correctly even when the textual contents are very long
Please describe the actual behaviour
Dendro fails to correctly save the metadata of a PDF file when the metadata is extremely long.
What steps can be taken to reproduce the issue?
Test using this pdf: https://repositorio-aberto.up.pt/handle/10216/89195. It will give an error while editing metadata after uploading, because the text is too long!
Possible ways to fix the problem (programmers)
Maybe save the text content as a BLOB and serialize /deserialize at the database adapter level.
The text was updated successfully, but these errors were encountered: