aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Cully <bjc@kublai.com>2012-02-07 23:15:57 -0500
committerBrian Cully <bjc@kublai.com>2012-02-07 23:15:57 -0500
commit38aafd74afeec8092b6329ac80e9bd2ecc69fb79 (patch)
treeb16b835b867ffae4f81f529e1dd3ce6aae7a830f
parent454e710302fcfc410d6d8dae99550b19a69f676d (diff)
downloadmysqlerl-38aafd74afeec8092b6329ac80e9bd2ecc69fb79.tar.gz
mysqlerl-38aafd74afeec8092b6329ac80e9bd2ecc69fb79.zip
Add a TODO list.
-rw-r--r--TODO.org12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
new file mode 100644
index 0000000..3c64669
--- /dev/null
+++ b/TODO.org
@@ -0,0 +1,12 @@
+* Tests
+** Code Coverage
+Check out http://www.erlang.org/doc/apps/common_test/cover_chapter.html
+** Transactions
+** Insert/Update/Replace/Delete Behavior
+Make sure affected_rows are returned properly and no cursor exists.
+** Bogus behavor
+Cursor stuff, only owners should be able to disconnect, more error
+response tuples returned to Erlang runtime.
+
+Check out a bunch of the logmsg("ERROR: ...") in the various C files,
+and pore over ODBC man page again.