- 30 May, 2018 11 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Fix #35
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
All request that could return more than one row (ie. all member function that used to return an std::vector<std::shared_ptr<T>> will now return a std::unique_ptr<Query<T>> The query object can return: - The amount of row represented by that query (->count()) - A subset of the rows (->items(count, offset)) - All rows (->all())
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Instead of doing it after fetching. This will ease up pagination
-
Hugo Beauzée-Luyssen authored
This was working so far as we were using the cached version. Now that we are doing the filtering through sqlite, the cached version doesn't help
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 29 May, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 Apr, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
So its type matches with what sqlite_bind_* functions expect
-
- 20 Apr, 2018 9 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
when fetching lists of albums. This will ease up sharing sorting code
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
So we can use File.is_present and to simplify integration of Sorting for search results
-
- 13 Apr, 2018 6 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This has the extra benefits of reducing our use of Media.is_present
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 11 Apr, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
Fix #34
-
- 30 Mar, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 29 Mar, 2018 10 commits
-
-
Hugo Beauzée-Luyssen authored
To be able to specify the foreign key relationship on all subsequently created tables
-
Hugo Beauzée-Luyssen authored
Instead of potentially using a thumbnail from an album the artist is only featuring on
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Since it will soon also allow to change the Origin field
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-