On 10/1/05, Aaron Trevena <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> can anybody help me find the locations in the documentation where the
> following fix/update should be applied?
>
> ----
> To pass arguments through to CDBI::Loader->new() in the Maypole->setup()
> call, you need to say something like
>
> MyApp->setup( $dsn, $usr, $pass, { options => {AutoCommit => 1} } );
>
> It has to be this ugly to accommodate other named options in the final
> href. Various docs are out of date, saying
>
> MyApp->setup( $dsn, $usr, $pass, {AutoCommit => 1});
> ----
>
> Many Thanks,
>I don't think it's mentioned anywhere in the docs. It's in the FAQ on the wiki, I'll fix that up. It must've been mentioned a few times on the mailing list, nothing we can do about that. It's also in the docs for Maypole::Plugin::Transaction - Sebastian, any chance you can fix that up? I googled for it and that was all I could turn up. I think it should be documented in Maypole.pm, it doesn't even mention that these arguments are getting passed through to CDBI::Loader. d. ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Maypole-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/maypole-users
