~singpolyma/biboumi

8713f015 — louiz’ 5 years ago
Remove the ci deploy stop
2c4016a4 — louiz’ 5 years ago
Merge branch 'postgresql' into 'master'

Add postgresql support

Closes #3237

See merge request louiz/biboumi!18
b1f850b6 — louiz’ 5 years ago
Update the docker images to enable postgresql, and document them
8a12b547 — louiz’ 5 years ago
Document the db_name option (with postgresql support)
a557718b — louiz’ 5 years ago
db_name also accepts postgres:// scheme for PostgreSQL connections
aaa9de8f — louiz’ 5 years ago
Merge branch 'policy-irc.gnome.org' into 'master'

Add specific policy files for irc.gimp.org and irc.gnome.org

See merge request louiz/biboumi!20
80168aef — Maxime “pep” Buquet 5 years ago
Add specific policy files for irc.gimp.org and irc.gnome.org
53fc926d — louiz’ 5 years ago
Only run the unit tests with postgresql if TEST_POSTGRES_URI env var is set

Even if we built with postgresql’s support
c3313d0d — louiz’ 5 years ago
Always free the PGresult pointer returned by PQexec

Fix a somewhat big memory leak
24dc05dd — louiz’ 5 years ago
Run some of the ci tests against a postgresql docker container
6dc49f32 — louiz’ 5 years ago
Fix a few warnings
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
923cf31b — louiz’ 5 years ago
Merge branch 'postgresql' into 'postgresql'

Some fixes for the postgresql branch

See merge request louiz/biboumi!19
e1c7a651 — Jonas Wielicki 5 years ago
Actually free the database on Database::close()

.release() returns the pointer and releases ownership *without*
destruction.
58f78f31 — Jonas Wielicki 5 years ago
Make destructor of DatabaseEngine virtual
14dcc57a — Jonas Wielicki 5 years ago
Make destructor of Statement virtual

I got an ASAN error otherwise (type mismatch)
0168b96b — louiz’ 5 years ago
Add postgresql support
5b27cee9 — louiz’ 5 years ago
Send \r\n at the end of the identd responses

fix #3315
b82d6620 — louiz’ 5 years ago
Add an e2e test to demonstrate #3304
Next