DapperDal icon indicating copy to clipboard operation
DapperDal copied to clipboard

不支持sqlite吗

Open 470503790 opened this issue 8 years ago • 2 comments

我连接sqlite提示报错

470503790 avatar Oct 15 '17 15:10 470503790

Dapper-Extensions 是支持的,我 fork 修改时只保留了 SqlServer。 要支持 sqlite 的话,要加回 SqliteDialect.cs 来, DalBaseOfTEntity.cs 里 new SqlServerDialect() 改成 new SqliteDialect()

arbing avatar Oct 16 '17 08:10 arbing