From df420c8222ce04530b378c69550473628fca75a8 Mon Sep 17 00:00:00 2001 From: Vipul A M Date: Sat, 10 Aug 2013 13:14:01 +0530 Subject: [PATCH] Add missing `I` --- faq/faq.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: