Alexey Kulakov

Results 3 issues of Alexey Kulakov

Changing type of primary key column also switches key generator. This can cause problems in case when switching is from more usable generator to less usable one. Possible scenario is...

enhancement

Some additional information would be helpful on ```DbParameter``` creation. For instance, precision and scale for ```decimal```s or length for ```string```s. For example, for the following model ``` [HierarchyRoot] public class...

enhancement