From: Kieren Diment Date: Mon, 1 Feb 2010 23:32:24 +0000 (+0000) Subject: clarified docs on pural table naming X-Git-Tag: v5.8005~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=658b8c291ca9cfeb68c0775805d250467efb1e22 clarified docs on pural table naming --- diff --git a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod index 269221d..1f66bac 100644 --- a/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/03_MoreCatalystBasics.pod @@ -651,13 +651,13 @@ required if you do a single SQL statement on the command line). Use your OS command prompt. Please note that here we have chosen to use 'singular' table names. This is -because the default inflection code for the old version +because the default inflection code for older versions L does NOT handle plurals. There has been much philosophical discussion on whether table names should be plural or singular. There is no one correct answer, as long as one makes a choice and remains -consistent with it. If you prefer plural table names (e.g. they are easier and -more natural to read) then you will need version C<0.05000> or later of -L. +consistent with it. If you prefer plural table names (e.g. you think that they +are easier to read) then see the documentation in +L (version 0.05 or greater). For using other databases, such as PostgreSQL or MySQL, see L.