Coldairarrow / EFCore.Sharding

Database Sharding For EFCore
Apache License 2.0
693 stars 143 forks source link

使用sqlite时出错 #121

Closed chukaif closed 2 years ago

chukaif commented 2 years ago

image 使用sqlite时出现如上错误,分析源代码后发现是 DatabaseTypeExtentions 中的SQLite连接字符串不对,少了“Data Source=” image

另外 ShardingDbAccessor 中为什么不使用用户指定的连接字符串? image

Coldairarrow commented 2 years ago

已修复