We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8a80b2 commit d6062f3Copy full SHA for d6062f3
src/NHibernate.Test/Linq/FunctionTests.cs
@@ -29,7 +29,7 @@ public void LikeFunctionWithEscapeCharacter()
29
using (var tx = session.BeginTransaction())
30
{
31
var employeeName = "Mar%aret";
32
- var escapeChar = '\\';
+ var escapeChar = '#';
33
var employeeNameEscaped = employeeName.Replace("%", escapeChar + "%");
34
35
//This entity will be flushed to the db, but rolled back when the test completes
0 commit comments