[Bast-commits] r5024 - DBIx-Class/0.08/trunk

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Thu Oct 30 12:36:54 GMT 2008


Author: ribasushi
Date: 2008-10-30 12:36:54 +0000 (Thu, 30 Oct 2008)
New Revision: 5024

Modified:
   DBIx-Class/0.08/trunk/TODO
Log:
Add new TODO items

Modified: DBIx-Class/0.08/trunk/TODO
===================================================================
--- DBIx-Class/0.08/trunk/TODO	2008-10-30 12:26:05 UTC (rev 5023)
+++ DBIx-Class/0.08/trunk/TODO	2008-10-30 12:36:54 UTC (rev 5024)
@@ -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




More information about the Bast-commits mailing list