Alex Zaytsev

Results 284 comments of Alex Zaytsev

I think the simplest fix would be to pass `throwOnError: true` into `System.Type.GetType` method in `ReflectiveHttpContext`.

> I wonder why we need them in the query cache in the first place. Turns out we do not need them. Named parameters are generated during initial phase of...

A test case to reproduce this would be really helpful. Otherwise we would not be able to reproduce it. If we're not able to reproduce it, we are not be...

Ok, I'll extract my changes for SqlAnywhere into a separate PR since this is WIP.

@fredericDelaporte @bahusoid what is the conclusion on this PR? This is the last one marked for 5.4.

DB2 requires similar to Firebird workaround for parameters. Parameters that are used in the SELECT statements should be wrapped into `cast`. ``` 2021-12-31T14:59:15.4008216Z 14) Error : NHibernate.Test.Criteria.ProjectionsTestAsync.UsingConditionalsAsync 2021-12-31T14:59:15.4010114Z NHibernate.Exceptions.GenericADOException :...

I think we need to have a systematic approach rather than trying to fix this problem for different DBs. (I think Hana has the same problem). I had a several...