X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FMoreCatalystBasics.pod;h=6e7e3cf5d744dd4b6bf0fb92bfa9b51dc9778efd;hp=4fb9f02f4530f09f622f266c9cfbac9d26a21293;hb=dc9a0503491be76ad1c6fdadad71126da10cca70;hpb=45d511e089515b7a59b6d943bb79a9fbf0ba45d4 diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 4fb9f02..6e7e3cf 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -621,6 +621,13 @@ the schema information from the database every time the application starts. And finally, C is the standard DBI connect string for use with SQLite. +B: Although the C option to the DBIC helper +makes for a nifty demonstration, is not suitable for real world +applications. Moreover, it may not be supported in future versions of +DBIC. After this demonstration, please use the C +option that we switch to below. + + =head1 RUN THE APPLICATION First, let's enable an environment variable option that causes