You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/NHibernate.Test/Async/NHSpecificTest/NH1773/Fixture.cs
+1-7Lines changed: 1 addition & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@
10
10
11
11
usingNUnit.Framework;
12
12
usingSystem.Collections.Generic;
13
-
usingNHibernate.Dialect;
14
13
15
14
namespaceNHibernate.Test.NHSpecificTest.NH1773
16
15
{
17
16
usingSystem.Threading.Tasks;
17
+
//Also tests GH-2551 (Fails with MS SQL Ce & SQL Anywhere due to the query generating a duplicated column alias name, which these databases do not support.)
18
18
[TestFixture]
19
19
publicclassFixtureAsync:BugTestCase
20
20
{
@@ -32,12 +32,6 @@ public async Task CustomHQLFunctionsShouldBeRecognizedByTheParserAsync()
0 commit comments