Added timespan to type mapping
This commit is contained in:
@@ -196,7 +196,7 @@ namespace DynamORM.Builders.Implementation
|
||||
DynamicPropertyInvoker propMap = mapper.ColumnsMap.TryGetValue(colName.ToLower());
|
||||
|
||||
if (propMap == null || propMap.Column == null || !propMap.Column.IsNoInsert)
|
||||
Insert(colName, con.Value);
|
||||
Insert(colName, con.Value); // TODO: This probably should get value from mapper
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user