As soon as I tried to upgrade to RepoDb 1.0.15 and had to downgrade as I started to break stuff. Microsoft.Data.SQLite.Core is not as mature as System.Data.SQLite.Core and does not support some of its features at the moment such as (Case-sensitive parameter names) dotnet/efcore#18861 nor does it support (Connection Pooling) dotnet/efcore#13837 among other things.
Its just missing things that I and others are used to having, System.Data.SQLite.Core is just more mature and supports things not implemented in Microsoft.Data.SQLite.Core yet.
Was just wondering the reason for this change and If there was a way I could use System.Data.SQLite.Core without having a dependency on Microsoft.Data.SQLite.Core?
As soon as I tried to upgrade to RepoDb 1.0.15 and had to downgrade as I started to break stuff. Microsoft.Data.SQLite.Core is not as mature as System.Data.SQLite.Core and does not support some of its features at the moment such as (Case-sensitive parameter names) dotnet/efcore#18861 nor does it support (Connection Pooling) dotnet/efcore#13837 among other things.
Its just missing things that I and others are used to having, System.Data.SQLite.Core is just more mature and supports things not implemented in Microsoft.Data.SQLite.Core yet.
Was just wondering the reason for this change and If there was a way I could use System.Data.SQLite.Core without having a dependency on Microsoft.Data.SQLite.Core?