update TODO

This commit is contained in:
Roger Pack 2009-04-18 23:10:14 +00:00
parent 49726a5d80
commit 731baec31e
1 changed files with 2 additions and 10 deletions

View File

@ -1,13 +1,5 @@
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?
Is there a quick, cheap, easy way to test for writability so we don't have to use select itself? Does select take any time that it's worth looking into this?
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]
look into http://coderrr.wordpress.com/2009/01/11/ruby-and-mysqlplus-select-deadlock/
Some of the test/* anticipate a certain database existing--todo create it first, then drop it [?]
critical todo list:
Some of the tests currently might "think" they are using the ruby select but in reality be using the C select.