My favorites | Sign in
Project Home Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 8: insert() should handle objects
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  funnyso...@gmail.com


 
Reported by funnyso...@gmail.com, Jun 9, 2009
as well as:

    $dbrh->foo->insert( abc => 1, bar_id => $bar_id );
    or
    $dbrh->foo->insert( abc => 1, bar_id => $bar->bar_id );

should be able to:

    $dbrh->foo->insert( abc => 1, bar => $bar );
    or:
    $dbrh->foo->insert( abc=> 1, bar => $bar_id );   # maybe


Powered by Google Project Hosting