[Dbix-class] SQL server 2000 giving error about System Tables

Michael Higgins linux at evolone.org
Thu Jun 25 20:29:11 GMT 2009


On Thu, 25 Jun 2009 09:41:32 -0400
Ascii King <tech at swattermatter.com> wrote:

> I don't want it to read those system tables into my schema at all,
> but it creates a .pm file for every table including the system tables.

So delete them.

The primary key warnings are warnings, not errors... right? You don't care about using the system tables anyway.

Auto-generating the schema on every start is not a good way to go with a production app, so... you even did create=static.

It created a schema for those tables you do want to use. Sounds like you're all set.

What's the problem? ;-)

Cheers,

-- 
 |\  /|        |   |          ~ ~  
 | \/ |        |---|          `|` ?
 |    |ichael  |   |iggins    \^ /
 michael.higgins[at]evolone[dot]org



More information about the DBIx-Class mailing list