~singpolyma/biboumi

ref: d7427fc9ca4c06fda458e4951559f57163d90b94 biboumi/src/database/postgresql_engine.cpp -rw-r--r-- 2.6 KiB
b1750843 — louiz’ 5 years ago
Log the warn/error messages coming from libpq in a correct format
505deda1 — louiz’ 5 years ago
Fix a memory leak when psql connection fails
7e64a2e3 — louiz’ 5 years ago
Add a DEBUG_SQL_QUERIES to log info about the executed SQL queries

fix #3324
3cd64902 — louiz’ 5 years ago
Remove all the ugly database debug
2c4016a4 — louiz’ 5 years ago
Merge branch 'postgresql' into 'master'

Add postgresql support

Closes #3237

See merge request louiz/biboumi!18
c3313d0d — louiz’ 5 years ago
Always free the PGresult pointer returned by PQexec

Fix a somewhat big memory leak
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