- 04 Jan, 2016 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 13 Nov, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 12 Nov, 2015 2 commits
-
-
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
-
Hugo Beauzée-Luyssen authored
Instead, have the caller specify which type they want. This allows us avoid using those ugly std::static_pointer_cast
-
- 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 2 commits
-
-
Hugo Beauzée-Luyssen authored
This might need to be reverted when properly addressing files deletion (while monitoring filesystem or when reloading) However, as of now, I'm not confident this respect the object ownership graph anyway
-
Hugo Beauzée-Luyssen authored
-
- 16 Oct, 2015 1 commit
-
-
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
-
- 15 Apr, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 12 Apr, 2015 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
-
- 25 May, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
-