Problem using SQLite :memory: with NHibernate

前端 未结 9 1110
春和景丽
春和景丽 2020-12-02 08:28

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

9条回答
  •  我在风中等你
    2020-12-02 09:04

    I hade alot off problems with SQLite memory database. So now we are using SQLite working with files on a ramdrive disk.

提交回复
热议问题