Skip to content

Commit c00c872

Browse files
committed
add notes about version
1 parent 90ad669 commit c00c872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ In this section, *binary* refers to the bytes of the attached data (stored at th
248248

249249
**add_binary** (data, compressed=True, protected=True)
250250

251-
where ``data`` is bytes. Adds a blob of data to the database. The attachment reference must still be added to an entry (see below). ``compressed`` only applies to KDBX3 and ``protected`` only applies to KDBX4. Returns id of attachment.
251+
where ``data`` is bytes. Adds a blob of data to the database. The attachment reference must still be added to an entry (see below). ``compressed`` only applies to KDBX3 and ``protected`` only applies to KDBX4 (no effect if used on wrong database version). Returns id of attachment.
252252

253253
**delete_binary** (id)
254254

0 commit comments

Comments
 (0)