Skip to content

Commit cc46650

Browse files
committed
Removed duplicate custom SQL returns from test mapping
1 parent 796acf5 commit cc46650

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/NHibernate.Test/SqlTest/Query/NativeSQLQueries.hbm.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,6 @@
241241

242242
<sql-query name="organizationautodetect" resultset-ref="org-description">
243243
<!-- equal to "organizationpropertyreturn" but since no {} nor return-property are used hibernate will fallback to use the columns directly from the mapping -->
244-
<return alias="org" class="Organization"/>
245-
<return-join alias="emp" property="org.employments"/>
246244
SELECT org.ORGID as orgid,
247245
org.NAME as name,
248246
emp.EMPLOYER as employer,

0 commit comments

Comments
 (0)