gokhan.abatay

Results 23 comments of gokhan.abatay

> I'll extract some refactoring from this PR into another, because it is useful anyway. For this PR I/we would need to add tests to demonstrate the behavior. @hazzik @fredericDelaporte...

Its working with `Cache.CustomUsage("never")` in fluent nhibernate mapping file

@fredericDelaporte is it ok to change as @cokalyoncu suggested it effects performance of our application and we don't know until we investigate deeply ? ```c# var projectConstantsInHql = _stateStack.Peek() ||...

> I don't understand importance of Equal/NotEqual operators. Shouldn't this check at least include all others comparison operators too (, ...) You are right with other operators (, ...) in...

Hi @bahusoid could you lead us for providing fix for this issue.

> > The issue is 'where customerco3_.is_ready' block. > > I don't get this part. Provided exception suggests that it throws before SQL execution (it fails when SQL is not...

I have the same issue with .net 5.0 NHibernate second level cache. What could we do except setting "EnableUnsafeBinaryFormatterSerialization=true" at project file? ``` at System.Runtime.Serialization.Formatters.Binary.BinaryFormatter.Serialize(Stream serializationStream, Object graph) at NHibernate.Util.SerializationHelper.Serialize(Object...

@bahusoid @hazzik For dynamic batch fetch style works correctly does `default_batch_fetch_size` needs to be bigger than 1, if it is than is it cause to dublicate queries in memory for...

@james-s-tayler when dou you plan to handle this pr there are lots of demands on this subject passing method info to delegating handler. Its needed most cases; passing timeout, getting...