summaryrefslogtreecommitdiffstats
path: root/src/test/queryutiltest.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-12Eliminate more explicit database() callsUwe Klotz
2017-06-12Initialize (and upgrade) the database schema separatelyUwe Klotz
2017-06-12Do not store reference in member variableUwe Klotz
2017-06-12Reuse temporary Mixxx DB in test classUwe Klotz
2017-01-31Use constants for special SQL charactersUwe Klotz
2017-01-31Reduce code duplicationUwe Klotz
2017-01-02Clean up tests.RJ Ryan
2015-02-26Disable Q_ASSERT in release builds.RJ Ryan
2013-07-12Switch to LIKE instead of instr which isn't present on all SQLite systems.RJ Ryan
2013-06-19Moving mixxx/* to the root. A new era begins!RJ Ryan