summaryrefslogtreecommitdiffstats
path: root/src/test/schemamanager_test.cpp
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-12Move DbConnection into mixxx namespaceUwe Klotz
2017-06-12Change namingUwe Klotz
2017-06-12Move Mixxx DB code from TrackCollection into separate classUwe Klotz
2017-06-12Move database artifacts into separate folderUwe Klotz
2017-06-12Improve error handling and logging when upgrading the database schemaUwe Klotz
2017-06-12Reuse DB connection from TrackCollection in SchemaManagerTestUwe Klotz
2017-06-12Make SchemaManager stateful and improve loggingUwe Klotz
2017-06-12Define a constant for the embedded schema fileUwe Klotz
2015-02-26Disable Q_ASSERT in release builds.RJ Ryan
2015-01-30Fix some other missing forward-slashes in resource paths.RJ Ryan
2014-12-18Add unit tests for SchemaManager.RJ Ryan