On 1/2/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
So, I am still learning to use Catalyst, so I have changed the format of the
tables to InnoDB in my test database, and now the table classes are created
correctly. (I hope I won't need full text indexes and foreign keys support,
because as fa
From: "Brandon Black" <[EMAIL PROTECTED]>
Are you absolutely sure that your foreign keys are really working in
MySQL? Are you using InnoDB? Did you specify them on a separate line
like "FOREIGN KEY (foo) REFERENCES bar (baz)" ? Do they exist when
you look at the output of "SHOW CREATE TABLE ta
On 1/2/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
Hi,
I have tried the following:
perl script/tranzactiibursiere_create.pl model Db DBIC::Schema Db
create=static dbi:mysql:database=intranet root
First, I have seen that this command creates all the class files for each
table, but some of t
On 1/2/07, Octavian Rasnita <[EMAIL PROTECTED]> wrote:
I have also tried using the parameter create=dynamic but I have seen that it
is creating only the model and not the table classes also.
What is this option exactly doing, and how should it be used, or why it
doesn't create the table classes?
Hi,
I have tried the following:
perl script/tranzactiibursiere_create.pl model Db DBIC::Schema Db
create=static dbi:mysql:database=intranet root
First, I have seen that this command creates all the class files for each
table, but some of them are not complete. For example, even though I have