From: Rafael Kitover <rkitover@cpan.org>
Date: Sat, 7 May 2011 15:03:52 +0000 (-0400)
Subject: remove done TODO entry (infer quote_char)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71079343c6b1799b7cb73310203773dfd8ea1991;p=dbsrgits%2FDBIx-Class-Historic.git

remove done TODO entry (infer quote_char)
---

diff --git a/TODO b/TODO
index ed266e7..6827fd3 100644
--- a/TODO
+++ b/TODO
@@ -27,5 +27,4 @@
 2008-10-30 by ribasushi
   - Rewrite the test suite to rely on $schema->deploy, allowing for seamless
     testing of various RDBMS using the same tests
-  - Automatically infer quote_char/name_sep from $schema->storage
   - Recursive update() (all code seems to be already available)