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 -~----------~----~----~----~------~----~------~--~---
