- 26 Oct, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 23 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 20 Oct, 2015 2 commits
-
-
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.
-
Hugo Beauzée-Luyssen authored
-
- 15 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 09 Oct, 2015 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
Traits function expect signed int, as this is what sqlite expect
-
Hugo Beauzée-Luyssen authored
-
- 08 Oct, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 07 Oct, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
It allows us not to share connections between threads, and will do for the time being. It's quite unsafe, as TLS is used to store the connection, but doesn't mark the connections as released. This is mostly commited as such to move forward, we'll have to rewrite the databases interactions in a near future Now I'll be in the corner, crying.
-
- 29 Sep, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 16 Apr, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
-
- 15 Apr, 2015 2 commits
-
-
Hugo Beauzée-Luyssen authored
This is more convenient to set a FK to null when it's unset, rather than having to write 2 different insert statements
-
Hugo Beauzée-Luyssen authored
-
- 13 Apr, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 12 Apr, 2015 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 08 Apr, 2015 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
Hugo Beauzée-Luyssen authored
It only does binding a nullptr to sqlite, since we can't write to a nullptr, nor can we assign nullptr to int/string/float/...
-
Hugo Beauzée-Luyssen authored
-
- 28 May, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 26 May, 2014 2 commits
-
-
Hugo Beauzée-Luyssen authored
-
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
-
- 24 May, 2014 1 commit
-
-
Hugo Beauzée-Luyssen authored
-
- 23 May, 2014 3 commits
-
-
Hugo Beauzée-Luyssen authored
-
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
-
- 20 May, 2014 2 commits
-
-
Hugo Beauzée-Luyssen authored
Objects were always created and added to cache, regardless of their status in DB
-
Hugo Beauzée-Luyssen authored
-
- 17 May, 2014 6 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
-