From: Arthur Axel 'fREW' Schmidt Date: Thu, 10 Jun 2010 14:31:15 +0000 (-0500) Subject: add stuff based on ribas comments X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2Fdbix-class-introduction-presentation.git;a=commitdiff_plain;h=513517e47ec246ae586e6df8de88b9c94578779e add stuff based on ribas comments --- diff --git a/slideshow.html b/slideshow.html index 9f136a6..42c9fcf 100644 --- a/slideshow.html +++ b/slideshow.html @@ -186,6 +186,7 @@ $sth->execute( @@ -255,6 +256,9 @@ $update->execute(
$book->update({
   title => 'New title',
 });
+
@@ -433,7 +437,9 @@ my $schema = Foo::Schema->connect($dsn, $user, $pass);

Result vs ResultSet