comparison PostgreSQL/NEWS @ 80:16df1a6ea452 db-changes

Fix issue #105 (Unable to connect to PostgreSQL database using SSL)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 12:53:00 +0100
parents 52c70007bb87
children 122f22550521
comparison
equal deleted inserted replaced
79:cb0aac9bbada 80:16df1a6ea452
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Database optimizations thanks to the new primitives in Orthanc SDK 4 * New configuration option: "EnableSsl"
5 * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2
6 * Fix issue 105 (Unable to connect to PostgreSQL database using SSL)
5 * Fix Debian issue #906771 (Uncaught exception prevents db intialization 7 * Fix Debian issue #906771 (Uncaught exception prevents db intialization
6 (likely related to pg_trgm)) 8 (likely related to pg_trgm))
7 * Fix: Catching exceptions in destructors 9 * Fix: Catching exceptions in destructors
8 10
9 11