From: Kieren Diment Date: Sat, 24 May 2008 22:12:30 +0000 (+0000) Subject: tweaking warning against using create=dynamic X-Git-Tag: v5.8005~301 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=19c490898919f6b904d6e7e05cb671984cb2cad7 tweaking warning against using create=dynamic --- diff --git a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod index 6e7e3cf..8848afa 100644 --- a/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod @@ -621,11 +621,10 @@ 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. +B: Although the C option to the DBIC helper +makes for a nifty demonstration, is only really suitable for very +small applications. After this demonstration, you should almost always +use the C option that we switch to below. =head1 RUN THE APPLICATION