- 30 Dec, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 19 Nov, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
Since we're caching some entities, we ended up with a media containing an album track that contains an album that contains the original media, thus leading none of those shared pointers to be released
-
Hugo Beauzée-Luyssen authored
-
- 13 Nov, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 12 Nov, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
Reading from the DB is "cheap", and the cache hurts the maintainability of the code. This removes the CachePolicy and CacheColumn field from TablePolicy. Instead, a PrimaryKeyColumn has been added to TablePolicy
-
- 06 Nov, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 03 Nov, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 21 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 20 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
This makes it easier to scan a row and extract values to variables, without having to manually pass the column index. In the likely event we add/remove columns, this will help prevent regressions as well.
-
- 19 Oct, 2015 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 16 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 15 Oct, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 09 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 08 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 05 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
This removes the old std::string artist property on AlbumTrack
-
- 29 Sep, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 15 Apr, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 12 Apr, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 02 Jun, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 26 May, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
This will avoid random crash due to dangling pointer in case the DB was released
-
- 24 May, 2014 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 23 May, 2014 2 commits
-
-
Hugo Beauzée-Luyssen authored
So we don't have to call .c_str() every 10 lines
-
Hugo Beauzée-Luyssen authored
-
- 21 May, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
This allow the Cache helper to set it automatically, and avoid cache misses when relying on the primary key as the cache column (since the primary key was always 0)
-
- 17 May, 2014 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 11 May, 2014 4 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 10 May, 2014 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-