summaryrefslogtreecommitdiff
path: root/src/database/row.hpp
AgeCommit message (Expand)Author
2018-06-25Trivial syntax improvementslouiz’
2018-04-29Missing fields in a data-form response are now interpreted as an empty valuelouiz’
2018-04-13Refactor that fixes a compilation issue in Release modelouiz’
2018-03-17Revert "Use if constexpr to make things a lot more readable"louiz’
2018-03-16Use if constexpr to make things a lot more readablelouiz’
2018-03-12Fix the INSERT query for types that don’t have any Id columnlouiz’
2018-01-28This should fix the int conversion warning on 32bits archlouiz’
2018-01-25Restore the is_one_of variable templatelouiz’
2018-01-25Remove a variable template usagelouiz’
2017-12-02Handle postgresql and sqlite3 libs properlylouiz’
2017-12-02Add postgresql supportlouiz’
2017-07-08Remove many log_debug from the database modulelouiz’
2017-07-08Use a more precise return type, instead of autolouiz’
2017-06-14Add a 0 default value for template argument Nlouiz’
2017-06-14Fix compilation (many warnings, and a linkage error) with clang++louiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’