Add a Record History option in the Channel configuration form fix #3269
Using OptionalBool, add RecordHistoryOptional col into IrcChannelOptions table ref #3269
At startup, upgrade all database tables by adding missing columns
Fix cstdint -> cstddef, to fix compilation on freebsd
Explicitely declare the add_param<Id> specialization
Add a 0 default value for template argument N
Build the rpm with sqlite3
Don’t forget to bump to version 6.0~dev
Remove c-ares from the alpine image
Re-add the pacman -Syuuuuuuuuuu command in the packaging:archlinux build
Merge branch 'orm' into 'master' Pure c++ sqlite3 ORM Closes #3271 See merge request !11
Fix compilation (many warnings, and a linkage error) with clang++
Fix an inversion of tlsPorts_ and ports_
Run the coverity and freebsd tests in all louiz/biboumi branches
Update INSTALL.rst and CHANGELOG.rst for the sqlite dependency
The packaging:archlinux build only makes sense on the master branch
Explicitely close the Database before re-opening it
Add a Statement class to manage the sqlite3_stmt objects and avoid leaks
Update the docker images and the gitlab-ci script to use sqlite3
Add default values for the database columns