From: Tomas Doran Date: Thu, 19 Nov 2009 09:57:28 +0000 (+0000) Subject: Merge 'tutorial_role_updates' into 'trunk' X-Git-Tag: v5.8005~77 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=513ae34af19a0b2d71231427093837631b06b5c3 Merge 'tutorial_role_updates' into 'trunk' r11821@t0mlaptop (orig r11786): wolfman2000 | 2009-11-08 18:31:13 +0000 Attempt to branch out to work on adding stuff to the tutorial. r11854@t0mlaptop (orig r11819): wolfman2000 | 2009-11-14 15:57:25 +0000 Add link to SQLite, ensure they get version 3. r11878@t0mlaptop (orig r11843): wolfman2000 | 2009-11-16 05:43:41 +0000 Fix minor grammatical issue. r11879@t0mlaptop (orig r11844): wolfman2000 | 2009-11-16 05:54:04 +0000 Add links to the databases. Let the users see what we're talking about. r11880@t0mlaptop (orig r11845): wolfman2000 | 2009-11-16 05:55:41 +0000 Out of data? I think out of date is meant here. r11881@t0mlaptop (orig r11846): wolfman2000 | 2009-11-16 05:59:04 +0000 Fix dead link. r11882@t0mlaptop (orig r11847): wolfman2000 | 2009-11-16 06:02:14 +0000 Add link. --- 513ae34af19a0b2d71231427093837631b06b5c3 diff --cc lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 7bae32b,38497af..904959c --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@@ -560,9 -560,9 +560,12 @@@ tutorial =head1 CREATE A SQLITE DATABASE In this step, we make a text file with the required SQL commands to +create a database table and load some sample data. We will use +SQLite (L), a popular database that is +lightweight and easy to use. Be sure to get at least version 3. Open + create a database table and load some sample data. We will use + L, a popular database that is + lightweight and easy to use. Be sure to get at least version 3. Open C in your editor and enter: --