Add back warning that got deleted.
Kennedy Clark [Sat, 24 May 2008 14:32:15 +0000 (14:32 +0000)]
lib/Catalyst/Manual/Tutorial/MoreCatalystBasics.pod

index 4fb9f02..6e7e3cf 100644 (file)
@@ -621,6 +621,13 @@ the schema information from the database every time the application
 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