We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It should be possible to define a tolerance when defining a lookup-matches. Same tolerances than for equal-to should be supported.
lookup-matches
equal-to
The following-code is expected:
<lookup-matches> <join> <mapping candidate="DepartmentID" reference="Id" type="numeric"/> </join> <inclusion> <mapping candidate="DepartmentName" reference="LowerName" type="text" tolerance="ignore-case" /> </inclusion> <result-set> <query> select [DepartmentID] as Id, Lower([Name]) as LowerName from [HumanResources].[Department] </query> </result-set> </lookup-matches>
The text was updated successfully, but these errors were encountered:
Merge branch 'feature/add_support_for_tolerance_when_using_lookup_mat…
b5dfbd6
…ches_(#470)' into develop
Beta available at https://ci.appveyor.com/project/Seddryck/nbi/builds/23952102/artifacts in 1.21.0-beta.4
Sorry, something went wrong.
No branches or pull requests
It should be possible to define a tolerance when defining a
lookup-matches
. Same tolerances than forequal-to
should be supported.The following-code is expected:
The text was updated successfully, but these errors were encountered: