Beyond the added logging code I'm not seeing any fixes in the head of the trunk?
http://nhibernate.svn.sourceforge.net/viewvc/nhibernate/trunk/nhibernate/src/NHibernate/AdoNet/OracleDataClientBatchingBatcher.cs?revision=5190&content-type=text%2Fplain Where was the bug addressed? On Sep 16, 6:56 pm, Fabio Maulo <[email protected]> wrote: > It is a bug inside the OracleBatchingBatcher > > > > On Thu, Sep 16, 2010 at 7:28 PM, Colin Bowern <[email protected]> wrote: > > Just noticing a new behavior - when I enable batching by settings the > > adonet.batch_size, NH throws the raw exception from the ADO.NET driver > > (in my case an OracleException from ODP.NET). It doesn't run it > > through the ISQLExceptionConverter class wired in as I would expect. > > If I disable batching it does execute the converter class. > > > Is this by design? Any suggestions on converting exceptions in > > batching scenarios? > > > -- > > 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]<nhusers%[email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/nhusers?hl=en. > > -- > Fabio Maulo -- 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.
