- March 24, 2007
- 12,073
- 7,459
- Home Country
- Germany
- Moderator
- #231
Fixed already https://github.com/MediaPortal/MediaPortal-2/commit/9575d22fddcb0a0c4330d3483b70bbac772f8474Actually both, SQLCEDatabase and SQLiteDatabase only use what is stored in Paths.xml - but the value in paths.xml is wrong then
Is currently is
<Path name="DATABASE" value="<DATA>" />
and if we want the database to be in a subdirectory it should be
<Path name="DATABASE" value="<DATA>\Database" />
So in general no need to change anything in the database plugins - only in paths.xml
Completely agree with this one We are still in alpha state and there must be a reason for that (the reason is not stability )Or simply put it into the release news. We are in "alpha" if caring too much about those things we also can call the releases final/stable.
Will be included in next build and should be documented as "breaking" change. But as SQLite is contained the first time as default, it should not cause to many issues (except for team members )