By rivethead_
via codethinked.com
Published: Oct 20 2008 / 12:53
For anyone who is having issues with in-memory SQLite databases and NHibernate 2, check this post out!
I have been playing around recently with a bit of code that I needed a database to hit against to test it. The code was using NHibernate to directly access the database, so I couldn't just mock a layer and fake it, I really needed a relational database to access.
Add your comment