A large number of unit tests are failing because of the following error: System.Data.Odbc.OdbcException : ERROR [22008] [Microsoft][SQL Server Native Client 11.0]Datetime field overflow. Fractional second precision exceeds the scale specified in the parameter binding.
What is the approach the team wants to take to resolve this? Should the NHibernate SQL Server mappings automatically truncate these datetime fields? Should the unit tests truncate? Should the schema be updated to use datetime2 so it can handle the full precision? Any other options available? Above all, I think the unit tests should have a path to passing on all servers, especially MS SQL Server. Thanks, Nathan Brown -- You received this message because you are subscribed to the Google Groups "nhusers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/nhusers. For more options, visit https://groups.google.com/d/optout.
