Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion faq/faq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@
p obj == h
</pre>

- "How do insert binary data into the database?": >-
- "How do I insert binary data into the database?": >-
Use blobs. Blobs are new features of SQLite3. You have to use bind
variables to make it work:

Expand Down