Skip to content

NH-3906 - Incorrect parsing of <sql-query> #1187

Open
@nhibernate-bot

Description

@nhibernate-bot

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().

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions