~singpolyma/biboumi

ref: 7592d966e684410f603942e34413375c8d98ac9e biboumi/src/database/column.hpp -rw-r--r-- 746 bytes
7592d966 — louiz’ 4 years ago
Missing fields in a data-form response are now interpreted as an empty value
577984fa — louiz’ 5 years ago
Allow the execution of multiple commands after the IRC connection

fix #3275
fd9c7139 — louiz’ 5 years ago
Fix a few warnings
2c4016a4 — louiz’ 5 years ago
Merge branch 'postgresql' into 'master'

Add postgresql support

Closes #3237

See merge request louiz/biboumi!18
0168b96b — louiz’ 5 years ago
Add postgresql support
a77c982f — louiz’ 5 years ago
Fix cstdint -> cstddef, to fix compilation on freebsd
5ba66c33 — louiz 5 years ago
Merge branch 'orm' into 'master'

Pure c++ sqlite3 ORM

Closes #3271

See merge request !11
369ccb03 — louiz’ 5 years ago
Add default values for the database columns
50cadf3d — louiz’ 5 years ago
Implement our own database ORM, and update the whole code to use it

Entirely replace LiteSQL

fix #3271