summaryrefslogtreecommitdiff
path: root/src/database/query.hpp
AgeCommit message (Expand)Author
2017-12-02Add postgresql supportlouiz’
2017-07-08Remove many log_debug from the database modulelouiz’
2017-06-23Move a few functions from select_query to querylouiz’
2017-06-16Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions tablelouiz’
2017-06-14Explicitely declare the add_param<Id> specializationlouiz’
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’