From af5d2b5c1bf9d92871f437851fc2a74f01171d8c Mon Sep 17 00:00:00 2001
From: Alex Reisner <alex@alexreisner.com>
Date: Fri, 4 Feb 2011 21:15:10 -0500
Subject: [PATCH] Add item to todo list.

---
 README.rdoc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/README.rdoc b/README.rdoc
index 00e41e27..c8dbb6e9 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -175,6 +175,9 @@ If anyone has a more elegant solution to this problem I am very interested in se
 
 == To-do List
 
+* handle OVER_QUERY_LIMIT error
+  * raise exception? maybe only when address! or search! is called
+  * print warning?
 * support DataMapper, Mongoid, etc
 * use completely separate "drivers" for different AR adapters?
   * seems reasonable since we're using very DB-specific features
-- 
GitLab