Open
Description
Simon Paradis created an issue — 12th September 2016, 15:46:36:
The following in a mapping file cause an exception and prevents NHibernate from initializing correctly.
ParameterParser.Parse(string sqlString, IRecognizer recognizer)
It incorrectly recognize the /* as a comment inside an XQuery expression (MS SQL extension).
I've been able to work around it by replacing /* with /nodes().