Hi I've tried to use batch processing (insert/update) with mysql but setting adonet.batch_size property has no effect (there are multiple queries).
NH version: 2.1GA + fluentnhibernate in configuration i've got: <property name="adonet.batch_size">10</property> i've tried different versions of connector(5.1,5.2,6.0) but even when i try to call _session.SetBatchSize(20) i'm getting 'No batch size was defined for the session factory, batching is disabled. Set adonet.batch_size = 1 to enable batching.' Am I missing something? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" 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/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
