Details
Assignee
UnassignedUnassignedReporter
Mateusz DudekMateusz DudekComponents
Affects versions
Priority
MajorWho's Looking?
Open Who's Looking?
Details
Details
Assignee
Unassigned
UnassignedReporter
Mateusz Dudek
Mateusz DudekComponents
Affects versions
Priority
Who's Looking?
Open Who's Looking?
Created July 18, 2017 at 8:47 AM
Updated October 30, 2017 at 10:28 AM
When constructing a sql query using
Session.CreateSQLQuery
with 10 or more named parameters,SetParameter
works incorrectly. For instance formatting the following query:Will result in:
Which means that when NHbiernate indexes these parameters behind the scenes, after encountering two-digit number like 10, it only parses the first digit and leaves the rest unchanged.