summaryrefslogtreecommitdiff
path: root/src/database/select_query.hpp
AgeCommit message (Expand)Author
2018-04-24Revert "Use a different Date data type"louiz’
2018-04-13Refactor that fixes a compilation issue in Release modelouiz’
2018-04-11Use a different Date data typelouiz’
2018-03-23Check that db.prepare worked before using the returned statementlouiz’
2018-03-17Revert "Use std::optional<bool> instead of OptionalBool"louiz’
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-16Use std::optional<bool> instead of OptionalBoollouiz’
2018-01-14Add a DEBUG_SQL_QUERIES to log info about the executed SQL querieslouiz’
2018-01-14Remove all the ugly database debuglouiz’
2017-12-02Handle postgresql and sqlite3 libs properlylouiz’
2017-12-02Add postgresql supportlouiz’
2017-07-08Remove a bunch of useless string_literal usagelouiz’
2017-06-23Move a few functions from select_query to querylouiz’
2017-06-16Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions tablelouiz’
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-14Add a Statement class to manage the sqlite3_stmt objects and avoid leakslouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’