mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Fixed bug with download of BLOB null, refs #1050
This commit is contained in:
parent
cefd058c1c
commit
89519f9a37
4 changed files with 28 additions and 10 deletions
|
|
@ -667,6 +667,7 @@ CREATE VIEW searchable_view_configured_by_metadata AS
|
|||
TABLE_PARAMETERIZED_SQL = [
|
||||
("insert into binary_data (data) values (?);", [b"\x15\x1c\x02\xc7\xad\x05\xfe"]),
|
||||
("insert into binary_data (data) values (?);", [b"\x15\x1c\x03\xc7\xad\x05\xfe"]),
|
||||
("insert into binary_data (data) values (null);", []),
|
||||
]
|
||||
|
||||
EXTRA_DATABASE_SQL = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue