* Matt S Trout <[EMAIL PROTECTED]> [080719 18:30]:
> Are you guys using MSSQL via ODBC?
> 
> I think because that tries to wrap $storage->insert it won't work unless
> the $storage is already connected.
> 
> $schema->storage->ensure_connected;
> 
> should work as a query-free workaround if so.
> 
> Assuming that's true, can Marc Mims (the author) or anybody else who's
> interested start looking at a fix?

It appears to me all that is required is $self->ensure_connected in the
overridden insert.  I'd be happy to make that change if one of the MSSQL
users will test it.

Although I wrote the module, I did so without the benefit of access to
MSSQL.  If the change proves to be more involved, I'd appreciate one of
the MSSQL users giving me some limited server access so I can test the
code.

        -Marc

_______________________________________________
List: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/dbix-class
IRC: irc.perl.org#dbix-class
SVN: http://dev.catalyst.perl.org/repos/bast/DBIx-Class/
Searchable Archive: http://www.grokbase.com/group/[EMAIL PROTECTED]

Reply via email to