From: Peter Rabbitson <ribasushi@cpan.org>
Date: Thu, 30 Oct 2008 12:36:54 +0000 (+0000)
Subject: Add new TODO items
X-Git-Tag: v0.08240~289
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec052c528a3b6840008a98be5e3e8030473421f4;p=dbsrgits%2FDBIx-Class.git

Add new TODO items
---

diff --git a/TODO b/TODO
index e22c6ba..933ac36 100644
--- a/TODO
+++ b/TODO
@@ -58,3 +58,12 @@
  rows: modify to be an alias that gets used to populate either as appropriate, 
        if you haven't specified one of the others
 
+2008-10-30 by ribasushi
+ Leftovers for next dev-release
+  - Rewrite the test suite to rely on $schema->deploy, allowing for seamless
+    testing of various RDBMS using the same tests
+  - Proper support of default create (i.e. create({}) ), with proper workarounds
+    for different Storage's
+  - Automatically infer quote_char/name_sep from $schema->storage
+  - Finally incorporate View support (needs real tests)
+  - Fix and properly test chained search attribute merging