Mercurial > hg > orthanc-databases
view MySQL/NEWS @ 164:6f83b74373d3 optimized-routes
/optimized-routes/studies/../instances-metadatas: include empty dico if no metadata such that all instances are listed
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Tue, 14 Jul 2020 09:47:46 +0200 |
parents | 710537acb488 |
children | 4d32c9c8d6c0 |
line wrap: on
line source
Pending changes in the mainline =============================== * Report issue/solution and prevent the start of Orthanc if the MySQL user is not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege) * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata * Added an advisory lock to avoid race conditions during database setup * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure the retries when connecting to the DB at startup * Support of dynamic linking against the system-wide Orthanc framework library Release 2.0 (2019-01-23) ======================== * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2 * Characters "$" and "_" are allowed in MySQL database identifiers * Fix serialization of jobs if many of them Release 1.1 (2018-07-18) ======================== * Compatibility with MySQL 8.0 * Improvement in the configuration of UNIX socket Release 1.0 (2018-07-17) ======================== * Initial release