Skip to content

Commit 507a464

Browse files
author
Sergey Koshcheyev
committed
NH-907 fix
SVN: trunk@2634
1 parent 2dc84fe commit 507a464

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate.Test/NHSpecificTest/NH623/Mappings.hbm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<one-to-many class="Image"/>
3737
</bag>
3838

39-
<bag name="Pages" inverse="true" lazy="true" where="isactive = 1">
39+
<bag name="Pages" inverse="true" lazy="true" where="isactive = '1'">
4040
<key column="docId"/>
4141
<one-to-many class="Page"/>
4242
</bag>

0 commit comments

Comments
 (0)