From 96653a8fb2db5f62940798d1824c3310242acc24 Mon Sep 17 00:00:00 2001 From: Timothy Warren Date: Fri, 3 May 2013 13:10:15 -0400 Subject: [PATCH] Added insert_batch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc94459..eb7c0dc 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ If the `alias` key is set in the parameters, you can refer to a specific databas Query('old')->query($sql); ### Running Queries -Query uses the same interface as CodeIgniter's [Active Record class](http://codeigniter.com/user_guide/database/active_record.html). However, it does not implement the `insert_batch`, `update_batch` or caching methods. +Query uses the same interface as CodeIgniter's [Active Record class](http://codeigniter.com/user_guide/database/active_record.html). However, it does not implement the `update_batch` or caching methods. ####You can also run queries manually.