Age | Commit message (Expand) | Author |
---|---|---|
2018-03-17 | Revert "Use if constexpr to make things a lot more readable" | louiz’ |
2018-03-16 | Use if constexpr to make things a lot more readable | louiz’ |
2018-02-11 | Fix a few warnings | louiz’ |
2018-01-14 | Add a DEBUG_SQL_QUERIES to log info about the executed SQL queries | louiz’ |
2018-01-14 | Remove all the ugly database debug | louiz’ |
2017-12-02 | Handle postgresql and sqlite3 libs properly | louiz’ |
2017-12-02 | Add postgresql support | louiz’ |
2017-07-08 | Remove many log_debug from the database module | louiz’ |
2017-06-14 | Add a 0 default value for template argument N | louiz’ |
2017-06-14 | Fix compilation (many warnings, and a linkage error) with clang++ | louiz’ |
2017-06-14 | Add a Statement class to manage the sqlite3_stmt objects and avoid leaks | louiz’ |
2017-06-14 | Implement our own database ORM, and update the whole code to use it | louiz’ |