Kros-sk / Kros.Libs

This repo contains Kros.Utils, Kros.Utils.MsAccess, Kros.KORM and Kros.KORM.MsAccess libraries.
MIT License
7 stars 13 forks source link

ColumnSchema supports Precision and Scale #145

Closed satano closed 6 years ago

satano commented 6 years ago

Closes #143

Precision is needed also for some datetime data types in SQL Server.

This PR also fixes using DbCommand.Prepare in DbSet.

In DbSet tests (DbSetShould) there are two properties commented out, because they cannot be compiled into ours dynamic methods. Problematic are Single and DateTimeOffset types.