~singpolyma/biboumi

ref: d7427fc9ca4c06fda458e4951559f57163d90b94 biboumi/src/database/row.hpp -rw-r--r-- 2.0 KiB
d0e3c71b — louiz’ 5 years ago
Revert "Use if constexpr to make things a lot more readable"

This reverts commit d62ca9f87906be6f046fe9d07afb8bfb69c166e3.
d62ca9f8 — louiz’ 5 years ago
Use if constexpr to make things a lot more readable
9e4a3e2b — louiz’ 5 years ago
Fix the INSERT query for types that don’t have any Id column
9bf81a2c — louiz’ 5 years ago
This should fix the int conversion warning on 32bits arch
e267512a — louiz’ 5 years ago
Restore the is_one_of variable template
3f851372 — louiz’ 5 years ago
Merge tag '7.2'
2a2808ac — louiz’ 5 years ago
Merge branch '3332-version-7-x-should-work-with-gcc-4-9-as-stated-in-install-file' into 'v7'

Compile with gcc 4.9

See merge request louiz/biboumi!22
33a5f135 — louiz’ 5 years ago
Remove a variable template usage

Because it’s only supported in gcc>=5.0
2c4016a4 — louiz’ 5 years ago
Merge branch 'postgresql' into 'master'

Add postgresql support

Closes #3237

See merge request louiz/biboumi!18
414bbca0 — louiz’ 5 years ago
Handle postgresql and sqlite3 libs properly

Do not fail to compile when one of them is missing but the other one is not.

Raise an error when trying to open a database with the missing library.

see #3237
0168b96b — louiz’ 5 years ago
Add postgresql support
fd7ee48a — louiz’ 5 years ago
Remove many log_debug from the database module
7a9b2dca — louiz’ 5 years ago
Use a more precise return type, instead of auto
5834dd53 — louiz’ 5 years ago
Add a 0 default value for template argument N
5ba66c33 — louiz 5 years ago
Merge branch 'orm' into 'master'

Pure c++ sqlite3 ORM

Closes #3271

See merge request !11
2677ac42 — louiz’ 5 years ago
Fix compilation (many warnings, and a linkage error) with clang++
50cadf3d — louiz’ 5 years ago
Implement our own database ORM, and update the whole code to use it

Entirely replace LiteSQL

fix #3271