[4.3] Missing database type mapping for Int64/long

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 years ago
There is no type mapping in MigrationManager.cs for long type.

A line should be added to _typeMapping :
[typeof(long)] = c => c.AsInt64(),
3 years ago
Thanks a lot for suggestion. Here is a work item
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.