I use NHibernate for my dataacess, and for awhile not I\'ve been using SQLite for local integration tests. I\'ve been using a file, but I thought I would out the :memory: o
Just a wild guess, but is the sql output by NHibernate using a command unsupported by sqlite?
Also, What happens if you use a file instead of memory? (System.IO.Path.GetTempFileName() would work i think...)