We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
DatabaseBackend::get
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
docs.rs/src/storage/database.rs
Line 37 in 9da04c0
NULL
blob.content
Vec
Option<Vec>
Line 65 in 9da04c0
Fortunately, the database backend isn't used in prod, but this is something to be aware of when self-hosting or running tests.
This was caught while working on #874.
The text was updated successfully, but these errors were encountered:
Oh hold on, this explicitly checks for the case when it's NULL above:
Line 38 in 9da04c0
Lines 49 to 50 in 9da04c0
Sorry, something went wrong.
No branches or pull requests
docs.rs/src/storage/database.rs
Line 37 in 9da04c0
NULL
if the file is too big. Butblob.content
is aVec
, not anOption<Vec>
. Sodocs.rs/src/storage/database.rs
Line 65 in 9da04c0
Fortunately, the database backend isn't used in prod, but this is something to be aware of when self-hosting or running tests.
This was caught while working on #874.
The text was updated successfully, but these errors were encountered: