Frédéric Delaporte
Frédéric Delaporte
No it is not related to `ObjectToSQLString`. SQLite lax typing causes issues of its own, without involving that method. #3530 does not involve it.
The advisory was drafted a few weeks ago but I have not seen reactions to it. https://github.com/nhibernate/nhibernate-core/security/advisories I am not used to the security framework for estimating the severity. I...
The NHibernate reference documentation is generated by [DocBook](https://docbook.org/). nhibernate.github.io just stores the generation result. The actual source is in [nhibernate-core/doc/reference](https://github.com/nhibernate/nhibernate-core/tree/master/doc/reference).
That is a binary breaking change. So, it will have to wait for a 6.0 version.
Would you be able to reproduce the trouble with the NHibernate-Caches test project? It will confirm this is not specific to your application.
It is hard to reproduce and debug a trouble only from debug logs. That is was I was asking if you can reproduce it with the test project. For Redis,...
Are you using transactions around queries using the cache? If no, it can work correctly. I am thinking about it because of the timestamp: that is typically what occurs when...
Nope, no time available.
You're welcome to contribute, Doing so through a PR is easier for review. Can you issue a PR? Please also check [contributing](https://github.com/nhibernate/nhibernate-core/blob/master/CONTRIBUTING.md). It seems you change a public API: in...
A commit failure is a wicked case: we cannot easily know if the transaction is still considered ongoing on the DB side or not. So, attempting a rollback could add...