On Tue, 4 Aug 2009 12:16:36 -0400
Meeko <[email protected]> wrote:

> Hi, just to let everyone know, I never was able to get
> DBIx::Class::Schema::Loader to create my schemas automatically.
> However, I took the create=static option out, let Catalyst create
> just the model, and then manually created my schema, and was able to
> get my Catalyst app working with MSSQL using freetds.  It's kind of a
> PITA to have to manually create all my schemas, but at least it works.
> 
> - Meeko
> 

Hi,

At my last job I was able to create a schema from a MSSQL server using
DBIx::Class::Schema::Loader. I believe I specified specifically what
tables I wanted it to create a schema for, though. I did have to ignore
a few warnings about column types, and manually tweak a few other
things. In any case, it is possible and saved me a ton of time since
the tables had way too many columns.

-- 
Lee

_______________________________________________
List: [email protected]
Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/[email protected]/
Dev site: http://dev.catalyst.perl.org/

Reply via email to