summaryrefslogtreecommitdiffstats
path: root/src/test/librarytest.h
AgeCommit message (Expand)Author
2017-06-17Simplify usage of DbConnectionPooledUwe Klotz
2017-06-15Avoid dependency between "Pooler" and "Pooled" just for convenienceUwe Klotz
2017-06-15Split DbConnectionPool API into roles: "Pooler" vs. "Pooled"Uwe Klotz
2017-06-15Introduce DbConnectionPooled for thread-local, pooled connectionsUwe Klotz
2017-06-15Rename to ThreadLocalScoped and explain how the pool worksUwe Klotz
2017-06-14Renaming: 'Repository' -> 'MixxxDb'Uwe Klotz
2017-06-12Reduce dependencies between library components and database connectionsUwe Klotz
2017-06-12Manage a pool of thread-local database connectionsUwe Klotz
2017-06-12Explicitly open/close database connectionsUwe Klotz
2017-06-12Explicitly provide database connection for schema init/upgradeUwe Klotz
2017-06-12Reuse SqlStorage interface for TrackCollectionUwe Klotz
2017-06-12Change namingUwe Klotz
2017-06-12Move Mixxx DB code from TrackCollection into separate classUwe Klotz
2017-06-12Initialize (and upgrade) the database schema separatelyUwe Klotz
2017-06-12Reuse DB connection from TrackCollection in SchemaManagerTestUwe Klotz
2017-01-24Avoid double creation/deletion of TrackCollection during testsUwe Klotz
2014-12-18Remove now-unnecessary config-path setting from library tests.RJ Ryan
2014-11-25Add some basic unit tests for AutoDJProcessor.RJ Ryan