<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>I just checked my app trace and below warning also added to list.</p>
<pre><br />Not inlining a constructor for Apty::Schema since its parent DBIx::Class::Schema doesn't contain a 'new' method. <br />If you are certain you don't need to inline your constructor, specify inline_constructor =&gt; 0 in your call to Apty::Schema-&gt;meta-&gt;make_immutable</pre>
<pre>&nbsp;</pre>
<p>On Sat, 23 Apr 2011 00:08:45 +0530, Vivek Chhikara wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%"><!-- html ignored --><!-- head ignored --><!-- meta ignored -->
<p>Folks,</p>
<p>I added a few columns to one of my mysql table and tried to reload the DB model.&nbsp;</p>
<p>But it hangs ofter displaying below output.</p>
<pre>-bash-3.2$ ./apty_create.pl model DB DBIC::Schema Apty::Schema create=static dbi:mysql:database user password<br /> exists "/home/apty/script/../lib/Apty/Model"<br /> exists "/home/apty/script/../t"<br /><br />^C<br />-bash-3.2$</pre>
<pre>&nbsp;</pre>
<pre>I tried to connect to the db using mysql with above user+password and I am able to connnect.</pre>
<pre>&nbsp;</pre>
<pre>Any clue is appreciated. </pre>
<div>&nbsp;</div>
</blockquote>
<p>&nbsp;</p>
<div>&nbsp;</div>
</body></html>