diff --git a/faq/faq.yml b/faq/faq.yml index f4bb4c1b..155259ff 100644 --- a/faq/faq.yml +++ b/faq/faq.yml @@ -331,7 +331,7 @@ p obj == h -- "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: