On Oct 25, 2006, at 1:26 AM, John Siracusa wrote:

> How about...
>
>     next  unless(length $column);
>
> You know, to let columns named "0" through :)

good catch !


> ...and incur one more method call, of course.  I'm inclined to take  
> the
> memory hit :)  Also, init_with_hashref is a  pretty vague name.   
> Hash of
> what?  Maybe init_with_column_values_hashref or something, but that  
> starts
> to get kind of long.

the method hit is nothing.  its even far less if you do it as non-oop  
when it saves the lookup
        Rose::DB::Object::Helpers:: init_with_column_values_hashref( $self ,  
$hashref )

i'd just  really like to see that functionality there - its really  
useful when you need to  edit the yaml, init from storable or another  
ORM, and its the handy inverse of column_value_pairs

// Jonathan Vanasco

| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -
| FindMeOn.com - The cure for Multiple Web Personality Disorder
| Web Identity Management and 3D Social Networking
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -
| RoadSound.com - Tools For Bands, Stuff For Fans
| Collaborative Online Management And Syndication Tools
| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  
- - - - - - - - - - - - - - - -



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Rose-db-object mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to