[PATCH] FAQ bulk insert -> populate

2 messages Options
Embed this post
Permalink
Brad Bowman

[PATCH] FAQ bulk insert -> populate

Reply Threaded More More options
Print post
Permalink

Doc patch attached.

Index: lib/DBIx/Class/Manual/FAQ.pod
===================================================================
--- lib/DBIx/Class/Manual/FAQ.pod       (revision 7800)
+++ lib/DBIx/Class/Manual/FAQ.pod       (working copy)
@@ -371,6 +371,9 @@
 
 =item .. insert many rows of data efficiently?
 
+The C<populate> method in L<DBIx::Class::ResultSet> provides
+efficient bulk inserts.
+
 =item .. update a collection of rows at the same time?
 
 Create a resultset using a search, to filter the rows of data you

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@...
Peter Rabbitson-2

Re: [PATCH] FAQ bulk insert -> populate

Reply Threaded More More options
Print post
Permalink
Brad Bowman wrote:
>
> Doc patch attached.
>

Applied http://dev.catalyst.perl.org/svnweb/bast/revision?rev=7862


Cheers

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/dbix-class@...