Adminer version: 5.4.2
Compiled: single file / single language / source codes
Driver: SQLite
Database version: SQLite3
Plugins used: login-password-less
Upload a file in UI to blob field; does not upload the data; tries to insert row without the blob. I believe I tracked the problem down to process_input in html.inc.php; the $value field is null for blob, so function bails early.
As a temporary test fix; when I move the "if (is_blob" stanza above that, the upload succeeds.
Adminer version: 5.4.2
Compiled: single file / single language / source codes
Driver: SQLite
Database version: SQLite3
Plugins used: login-password-less
Upload a file in UI to blob field; does not upload the data; tries to insert row without the blob. I believe I tracked the problem down to process_input in html.inc.php; the $value field is null for blob, so function bails early.
As a temporary test fix; when I move the "if (is_blob" stanza above that, the upload succeeds.