[Catalyst-commits] r7788 -
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial
hkclark at dev.catalyst.perl.org
hkclark at dev.catalyst.perl.org
Sat May 24 15:32:15 BST 2008
Author: hkclark
Date: 2008-05-24 15:32:15 +0100 (Sat, 24 May 2008)
New Revision: 7788
Modified:
trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
Log:
Add back warning that got deleted.
Modified: trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod
===================================================================
--- trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2008-05-24 14:27:51 UTC (rev 7787)
+++ trunk/Catalyst-Manual/lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod 2008-05-24 14:32:15 UTC (rev 7788)
@@ -621,6 +621,13 @@
starts. And finally, C<dbi:SQLite:myapp.db> is the standard DBI connect
string for use with SQLite.
+B<NOTE>: Although the C<create=dynamic> 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<create=static>
+option that we switch to below.
+
+
=head1 RUN THE APPLICATION
First, let's enable an environment variable option that causes
More information about the Catalyst-commits
mailing list