Philip Meyer;649026 Wrote: > I'm wondering if there would be benefit in somehow comparing table > content between a 7.5.6 and 7.6.1 scan (ignoring primary/foreign key > id's), to see if obvious issues can be identified? > > e.g. I have a problem with my "No Artist" album. > > By comparing a list of artists, albums, genres, years, etc, between > SQLite and MySQL DBs, it may identify differences in the way the > scanner is working, that may be a little less obvious to spot than by > browsing through the app. > > Maybe as easy as exporting tables as CSV and then doing a file > comparison.
Why not just run 7.6.1 with MySQL and the run some (the same) queries against both the 7.5.6 and 7.6.1 databases? You should have a fair idea of what you're looking for, so use SQL. Doing some kind of file comparison between database dumps sounds fairly ham-handed. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=89539 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
