mysqlplus/TODO_LIST

14 lines
544 B
Plaintext
Raw Normal View History

2009-01-12 18:16:10 +00:00
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]
2009-01-12 18:18:33 +00:00
2009-01-12 18:18:58 +00:00
look into http://coderrr.wordpress.com/2009/01/11/ruby-and-mysqlplus-select-deadlock/
2009-01-12 18:18:33 +00:00
2009-01-12 18:42:46 +00:00
Some of the test/* anticipate a certain database existing--todo create it first, then drop it [?]
2009-01-12 18:18:33 +00:00
critical todo list: