- March 26, 2007
- 3,715
- 180
- Home Country
- Germany
The current SQLite implementation of MediaPortal has many flaws, especially with multiple access/dbs on network shares. One of the reasons is that we're using SqLite 3.6.6.1 from 2008. There have been a number of releases since then with lots of improvements/bugfixes (Release History Of SQLite).
The SQLite implementation should be reworked in one of the following ways:
a) update our wrapper to use the latest sqlite version or
b) instead use an external .NET wrapper (e.g. System.Data.SQLite: About ). We could keep our class (SQLiteClient) to be backward compatible, but instead of using our own wrapper code just call the appropriate .NET functions of the library.
http://mantis.team-mediaportal.com/view.php?id=3687
Open the issue in Mantis...
The SQLite implementation should be reworked in one of the following ways:
a) update our wrapper to use the latest sqlite version or
b) instead use an external .NET wrapper (e.g. System.Data.SQLite: About ). We could keep our class (SQLiteClient) to be backward compatible, but instead of using our own wrapper code just call the appropriate .NET functions of the library.
http://mantis.team-mediaportal.com/view.php?id=3687
Open the issue in Mantis...