Thank you very much.

On Wed, Feb 18, 2009 at 6:26 AM, C+++ <[email protected]> wrote:
> In fact, it's a simple patch, the way to retrieve the current dialect should
> be changed in the SessionSource ctor to the one used in the Initialize
> method.
>
> Like this:
> -            _dialect = _sessionFactory.Dialect;
> +            _dialect = Dialect.GetDialect(_configuration.Properties);
>
> Patch is attached
>
> On Tue, Feb 17, 2009 at 10:52 PM, James Gregory <[email protected]>
> wrote:
>>
>> Officially, we don't support 2.1 currently; we've got some other things
>> in-house to sort out before we tackle that beast. Fluent NHibernate is
>> targeted at 2.0.1GA. That being said, we'll accept patches to support 2.1 as
>> long as: a) they're not nasty horrible hacks and b) they don't confuse users
>> of 2.0.1 (by revealing features that only work in 2.1).
>> I suggest you try to work around this problem in your copy of FNH until
>> we're able to officially support trunk.
>
> >
>



-- 
Regards,
Karron

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

Reply via email to