summaryrefslogtreecommitdiffstats
path: root/src/util/db
AgeCommit message (Expand)Author
2020-05-13Add optional seed = 0 parameter to qHash functionsUwe Klotz
2020-04-13Initialization validation with VERIFY_OR_DEBUG_ASSERTJosepMaJAZ
2020-04-13Added logging if sqlit3_initialize failsJosep Maria Antolín Segura
2020-04-13This fixes some bugs building in debug:JosepMaJAZ
2020-02-24Open database with URI file pathUwe Klotz
2020-02-23Ignore duplicate column errors during schema migrationUwe Klotz
2020-02-02Merge branch '2.2' of git@github.com:mixxxdj/mixxx.gitUwe Klotz
2020-02-02Use low-level string operations instead of semantic abstractionUwe Klotz
2020-02-01Fix debug assertion for crate names with leading/trailing wsUwe Klotz
2020-01-21util/db/dbnamedentity: Remove unused QString variableJan Holthuis
2020-01-18Fix unused parameter warningsUwe Klotz
2019-11-21Move export of track metadata from TrackCollection into LibraryUwe Klotz
2019-06-20Merge branch 'master' of git@github.com:mixxxdj/mixxx.git into dev_trackfileUwe Klotz
2019-06-18Merge pull request #2169 from uklotzde/msvc_2017Daniel Schürmann
2019-06-15Format debug info for TrackFileUwe Klotz
2019-06-15Require MSVC 2017 or newer (_MSC_VER >= 1910)Uwe Klotz
2019-06-15Fix unused parameter warning on macOSUwe Klotz
2018-12-11Encapsulate locale-aware string comparison in reusable classUwe Klotz
2018-12-10Use QCollator for sort library.Daniel Schürmann
2018-11-16Merge branch '2.1' of git@github.com:mixxxdj/mixxx.git into 2.2Uwe Klotz
2018-11-15remove redundent blank linesDaniel Schürmann
2018-11-11Dont decompose charactere when the base character is a space, fixing lp1802730Daniel Schürmann
2018-06-10Merge remote-tracking branch 'upstream/2.1'Be
2018-05-27Only log debug messages if debug logging is enabledUwe Klotz
2018-05-27Raise some log levels from debug to info/warningUwe Klotz
2018-04-06Typo fixes luzpaz
2018-02-10Drop DbId::toInt()Uwe Klotz
2018-02-10Use unordered_map/setUwe Klotz
2017-11-25Fix warning when removing closed database connectionsUwe Klotz
2017-06-22Test move semantics of DbConnectionPoolerUwe Klotz
2017-06-22Fix MSVC build (2015 and before)Uwe Klotz
2017-06-21Use default move assignment (if available)Uwe Klotz
2017-06-21Add missing return value in assignment operatorUwe Klotz
2017-06-20Add move assignment operator to DbConnectionPoolerUwe Klotz
2017-06-17Simplify usage of DbConnectionPooledUwe Klotz
2017-06-17Move initialization of database from Library to MainWindowUwe Klotz
2017-06-15Avoid dependency between "Pooler" and "Pooled" just for convenienceUwe Klotz
2017-06-15Add some comments on how to use the new connection pool API classesUwe 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-12Delete unused function and reformattingUwe Klotz
2017-06-12Delete obsolete #include directivesUwe Klotz
2017-06-12Eliminate more explicit database() callsUwe Klotz
2017-06-12Reduce dependencies between library components and database connectionsUwe Klotz
2017-06-12Encapsulate database connection paramsUwe 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