I've found the best way to contribute is to fork the project (FNH is hosted @ github.com, so this is super easy), commit your changes to your forked copy, then send the maintainer a Pull Request.
(If you're new to git/github, they go into the specific commands of this workflow in a post available at http://github.com/guides/fork-a-project-and-submit-your-modifications ) On Aug 17, 5:47 pm, MichaelG <[email protected]> wrote: > Can you add the Oracle 8i configuration? > > Something like: > > /// <summary> > /// Initializes a new instance of the <see > cref="OracleConfiguration"/> class using the > /// Oracle Data Provider (Oracle.DataAccess) library > specifying the Oracle 8i dialect. > /// The Oracle.DataAccess library must be available to the > calling application/library. > /// </summary> > public static OracleConfiguration Oracle8 > { > get { return new OracleConfiguration > ().Dialect<Oracle8iDialect>(); } > } --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Fluent NHibernate" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/fluent-nhibernate?hl=en -~----------~----~----~----~------~----~------~--~---
