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.
Closes #143
Precision is needed also for some datetime data types in SQL Server.
This PR also fixes using
DbCommand.Prepare
inDbSet
.In
DbSet
tests (DbSetShould
) there are two properties commented out, because they cannot be compiled into ours dynamic methods. Problematic areSingle
andDateTimeOffset
types.