emmental/tests/db
Anna Schumaker 55d7eb3d45 db: Raise an exception if the user_version is too new
Future proof. If we update the database schema, then we'll bump the
user_version field. If the user then tries to open the new database with
an old Emmental version then there could be a lot of issues. Let's
detect this and raise an error with a description of the problem.

Signed-off-by: Anna Schumaker <Anna@NoWheyCreamery.com>
2023-05-23 09:16:52 -04:00
..
test_albums.py db: Give Albums knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
test_artists.py db: Give Artists knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
test_connection.py db: Add a Playlists Table 2023-04-12 10:44:34 -04:00
test_db.py db: Raise an exception if the user_version is too new 2023-05-23 09:16:52 -04:00
test_decades.py db: Give Decades knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
test_genres.py db: Give Genres knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
test_idle.py db: Add an idle Queue 2023-04-12 10:42:14 -04:00
test_libraries.py db: Reload Playlists before deleting a Library path 2023-05-10 17:31:33 -04:00
test_media.py db: Give Media knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
test_playlist.py db: Give Playlists extra properties 2023-05-10 17:31:33 -04:00
test_playlists.py db: Give System Playlists knowledge about their Tracks 2023-05-10 17:31:33 -04:00
test_settings.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
test_table.py db: Give Tables an idle Queue 2023-04-12 10:44:27 -04:00
test_tagger.py db: Give the Tagger a function for untagging Tracks 2023-05-10 17:31:33 -04:00
test_tracks.py db: Give Genres knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00
test_years.py db: Give Years knowledge about their Tracks & Properties 2023-05-10 17:31:33 -04:00