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,

Aaron


-------------------------------------------------------
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

Reply via email to