summaryrefslogtreecommitdiff
path: root/src/database/table.hpp
AgeCommit message (Collapse)Author
2018-03-17Re-apply "Use if constexpr to make things a lot more readable"c++17louiz’
This reverts commit d0e3c71b91f1a1c1780158789fd42b8ac7209495.
2018-03-17Revert "Use if constexpr to make things a lot more readable"louiz’
This reverts commit d62ca9f87906be6f046fe9d07afb8bfb69c166e3.
2018-03-16Use if constexpr to make things a lot more readablelouiz’
2018-01-14Remove all the ugly database debuglouiz’
2017-12-02Add postgresql supportlouiz’
2017-07-08Replace a function argument from ... to the template Args&&... thinglouiz’
2017-07-08Remove many log_debug from the database modulelouiz’
2017-07-08Remove a bunch of useless string_literal usagelouiz’
2017-07-08Remove all the empty “options” members in Column classeslouiz’
By using SFINAE to use that member only when it exists.
2017-06-16At startup, upgrade all database tables by adding missing columnslouiz’
2017-06-14Add a 0 default value for template argument Nlouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
Entirely replace LiteSQL fix #3271