[Bast-commits] r5623 - in DBIx-Class/0.08/trunk: .
t/lib/DBICTest/Schema
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Sun Feb 22 13:37:34 GMT 2009
Author: ribasushi
Date: 2009-02-22 13:37:34 +0000 (Sun, 22 Feb 2009)
New Revision: 5623
Modified:
DBIx-Class/0.08/trunk/Features_09
DBIx-Class/0.08/trunk/t/lib/DBICTest/Schema/CD.pm
Log:
janitorial work
Modified: DBIx-Class/0.08/trunk/Features_09
===================================================================
--- DBIx-Class/0.08/trunk/Features_09 2009-02-22 13:31:59 UTC (rev 5622)
+++ DBIx-Class/0.08/trunk/Features_09 2009-02-22 13:37:34 UTC (rev 5623)
@@ -1,23 +1,17 @@
(Potential) Features for 0.09
=============================
-Subselects - everyone wants these
- - Will require new/improved SQL::Abstract
- - The API will involve passing ResultSets to searches as conditions/values/whatever.
-
Row/find caching - would be pretty useful
- Need to have good definitions of when the cache should be queried and when invalidated
- Be able to supply own expiry?
- Be able to invalidate manually? Single item / entire cache / single table
-Deprecate compose_connection / DB.pm
+Remove compose_connection / DB.pm
- Everyone has probably forgotten what this is anyway..
Syntax improvements?
- "as" to "alias" ?
- "belongs_to" to "contains/refers/something"
- - order_by to take a arrayref/hashref so it also just works with quoting
- - ??
Using inflated objects/references as values in searches
- Goes together with subselects above
@@ -52,15 +46,10 @@
Relationships
- single vs filter, discrepancies.. remove one of them and make behave the same?
-SQL::Abstract et al
- - be able to extract/view/dump what the SQL is *going to* be before running it
- - bind params sanity? (order of bind params broken when using a resultsource based on a select statement)
- - etc
-
Joining/searching weird attribute tables?
- Support legacy/badly designed junk better..
Documentation - improvements
- better indexing for finding of stuff in general
- more cross-referencing of docs
-
+
Modified: DBIx-Class/0.08/trunk/t/lib/DBICTest/Schema/CD.pm
===================================================================
--- DBIx-Class/0.08/trunk/t/lib/DBICTest/Schema/CD.pm 2009-02-22 13:31:59 UTC (rev 5622)
+++ DBIx-Class/0.08/trunk/t/lib/DBICTest/Schema/CD.pm 2009-02-22 13:37:34 UTC (rev 5623)
@@ -82,10 +82,4 @@
},
);
-
-#__PACKAGE__->add_relationship('genre', 'DBICTest::Schema::Genre',
-# { 'foreign.genreid' => 'self.genreid' },
-# { 'accessor' => 'single' }
-#);
-
1;
More information about the Bast-commits
mailing list