I just (as in right now) wrote a big post on dealing with DateTime conversion for SQL Server. Moderately relavant to this discussion. http://www.primedigit.com/2008/12/02/sql-server-datetime-conversion/
-Will On Tue, Dec 2, 2008 at 8:10 AM, Stefan Steinegger <[EMAIL PROTECTED]>wrote: > > For instance, we had issues with DateTime. SqlServer is limited in > range and does not store milliseconds, while Sqlite just worked fine. > > On 2 Dez., 16:27, Michiel <[EMAIL PROTECTED]> wrote: > > Hello, > > > > I recently started to write integration tests for my repositories, > > which are implemented using NHibernate 2.0. I use SQLite in memory > > databases to run the tests in isolation (recreating the database for > > each test). This is a convenient way to run integration tests because > > it is pretty fast. > > > > The application will ultimately run on MS SQL Server. Can I just > > assume that when my integration tests pass that the tested code will > > work on SQL Server as well? Or should I do integration tests on the > > actual database type that the application will use? > > > > Thank you! > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/nhusers?hl=en -~----------~----~----~----~------~----~------~--~---
