summaryrefslogtreecommitdiff
path: root/tests/database.cpp
AgeCommit message (Expand)Author
2017-12-12Only run the unit tests with postgresql if TEST_POSTGRES_URI env var is setlouiz’
2017-12-03Run some of the ci tests against a postgresql docker containerlouiz’
2017-12-02Add postgresql supportlouiz’
2017-06-16Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions tablelouiz’
2017-06-14Implement our own database ORM, and update the whole code to use itlouiz’
2016-07-12Properly catch and handle database errorslouiz’
2016-01-04Use the configured encoding value when decoding received messagesFlorent Le Coz
2016-01-04Add a ChannelOptions table in the DBFlorent Le Coz
2015-10-31Run the database tests with an in-memory sqlite dbFlorent Le Coz
2015-10-31Add a few testsFlorent Le Coz
2015-10-29Use Catch for our test suiteFlorent Le Coz