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 9a6e875 commit e75bff0Copy full SHA for e75bff0
src/NHibernate/Mapping/ByCode/Impl/CollectionIdMapper.cs
@@ -9,7 +9,7 @@ public class CollectionIdMapper: ICollectionIdMapper
9
{
10
private readonly HbmCollectionId hbmId;
11
private const string DefaultColumnName = "collection_key";
12
- private string autosetType;
+ private string autosetType = "Int32";
13
14
public CollectionIdMapper(HbmCollectionId hbmId)
15
0 commit comments