Skip to content

Commit e75bff0

Browse files
committed
Set auto-set type
1 parent 9a6e875 commit e75bff0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Mapping/ByCode/Impl/CollectionIdMapper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ public class CollectionIdMapper: ICollectionIdMapper
99
{
1010
private readonly HbmCollectionId hbmId;
1111
private const string DefaultColumnName = "collection_key";
12-
private string autosetType;
12+
private string autosetType = "Int32";
1313

1414
public CollectionIdMapper(HbmCollectionId hbmId)
1515
{

0 commit comments

Comments
 (0)