summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss Allbery <rra@stanford.edu>2009-04-26 20:18:59 +0000
committerRuss Allbery <rra@stanford.edu>2009-04-26 20:18:59 +0000
commit4815748da8702d26be44cc63dbba47ebd8daa3d0 (patch)
treefa80ad643e365f89d6a27c9e2e4c8373fcc73a40
parent29486000b2391364c8b3275bfa0ae632b81c2ea8 (diff)
Add the case-insensitivity bug in object names to TODO.
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 637a09d..f0d6caa 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,8 @@
Release 1.0:
+* Fix case-insensitivity bug in unique keys with MySQL for objects.
+
* Add POD coverage testing using Test::POD::Coverage for the server
modules.