From b80dcb437e87b55a8efaf80b5e12004087f8cbe5 Mon Sep 17 00:00:00 2001 From: unknown Date: Mon, 12 Jan 2009 11:16:10 -0700 Subject: [PATCH] add todo list --- TODO_LIST | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 TODO_LIST diff --git a/TODO_LIST b/TODO_LIST new file mode 100644 index 0000000..740ff2c --- /dev/null +++ b/TODO_LIST @@ -0,0 +1,7 @@ +TODO list: + +Is there a quick, cheap, easy way to test for writability so we don't have to use select on the way in? Does it take long anyway? + +Docs for how to use with rails, etc. [there is mysqlplus_adapter, so maybe we're good there]. + +Merge in lourens' branch -- I like the double check for not using send_query twice in a row! [rdp]