- 01 Aug, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 26 Jul, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 Jul, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
This will help fix COUNT request results
-
- 29 Jun, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 27 Jun, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
For consistency
-
Hugo Beauzée-Luyssen authored
-
- 14 Jun, 2018 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 30 May, 2018 1 commit
-
-
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())
-
- 13 Apr, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 29 Mar, 2018 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 29 Jan, 2018 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 23 Jan, 2018 8 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
As opposed to the previous strategy, which was requiring every artist to have at least an album
-
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
This doesn't contain the migration code as there is more changes to come into the Artist table, and those change would basically roll back most of this commit associated migration code
-
- 07 Dec, 2017 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
sqlite doesn't warrant a `true` boolean will have a value of 1, but `false` will always be 0
-
Hugo Beauzée-Luyssen authored
This is a fixup for commits: - d71d36bd - 1a0d7284 - 41f045b9
-
- 04 Dec, 2017 2 commits
-
-
Alexandre Fernandez authored
Signed-off-by:
Hugo Beauzée-Luyssen <hugo@beauzee.fr>
-
Hugo Beauzée-Luyssen authored
-
- 07 Nov, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 15 Mar, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 08 Mar, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 16 Jan, 2017 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 15 Nov, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
And use SQL to concanate string, as the compiled request will be cached.
-
- 29 Oct, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 09 Aug, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
-