Mercurial > hg > orthanc-databases
annotate Odbc/NEWS @ 584:47b14499455e find-refactoring
fix initialization in ReadOnly mode
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Mon, 04 Nov 2024 17:51:22 +0100 |
parents | 12f1c5265081 |
children | f18e46d7dbf8 |
rev | line source |
---|---|
493 | 1 Pending changes in the mainline |
2 =============================== | |
3 | |
4 Minimum plugin SDK: 0.9.5 | |
5 Optimal plugin SDK: 1.12.0+ | |
6 Minimum Orthanc runtime: 0.9.5 | |
7 Optimal Orthanc runtime: 1.12.0+ | |
8 | |
9 * Fix check of Orthanc runtime version | |
535 | 10 * Added support for ExtendedChanges: |
501
594859656a06
Added support for ExtendedApiV1: /changes
Alain Mazy <am@orthanc.team>
parents:
493
diff
changeset
|
11 - changes?type=...&to=... |
536
4ecf50a4521c
sync ISqlLookupFormatter from Orthanc + fix bug 224: LIMIT shall not be used with MSSQL
Alain Mazy <am@orthanc.team>
parents:
535
diff
changeset
|
12 * Fix bug 224, error when using LIMIT with MSSQLServer |
4ecf50a4521c
sync ISqlLookupFormatter from Orthanc + fix bug 224: LIMIT shall not be used with MSSQL
Alain Mazy <am@orthanc.team>
parents:
535
diff
changeset
|
13 https://orthanc.uclouvain.be/bugs/show_bug.cgi?id=224 |
528 | 14 * Fixed a memory leak when executing non cached SQL statements (rarely used) |
493 | 15 |
16 | |
480 | 17 Release 1.2 (2024-03-06) |
18 ======================== | |
362
a39038c4094a
missing integration OrthancOdbc-1.1->mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
357
diff
changeset
|
19 |
415
7e123f047771
LookupResources optimization continued
Alain Mazy <am@osimis.io>
parents:
412
diff
changeset
|
20 * Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS. |
388
6aa19614ca20
implemented protobuf for odbc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
362
diff
changeset
|
21 * Compatibility with Orthanc SDK 1.12.0 (communications between the |
6aa19614ca20
implemented protobuf for odbc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
362
diff
changeset
|
22 Orthanc core and the database plugin using Google Protocol Buffers) |
476
0f11a1f67dff
ODBC: Now detecting communication link failure with the DB and retrying to connect
Alain Mazy <am@osimis.io>
parents:
421
diff
changeset
|
23 * Now detecting communication link failure with the DB and retrying to connect. |
479 | 24 * Fixed "MaximumConnectionRetries" configuration that was not taken into account. |
388
6aa19614ca20
implemented protobuf for odbc
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
362
diff
changeset
|
25 |
362
a39038c4094a
missing integration OrthancOdbc-1.1->mainline
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
357
diff
changeset
|
26 |
355 | 27 Release 1.1 (2021-12-06) |
28 ======================== | |
29 | |
353
389c037387ea
Escaping '[' & ']' (change necessary only for MSSQL but this does not impact PG and MySQL plugins that were already matching angle brackets correctly)
Alain Mazy <am@osimis.io>
parents:
340
diff
changeset
|
30 * Now escaping '[' & ']' characters in lookup queries to allow matching e.g |
389c037387ea
Escaping '[' & ']' (change necessary only for MSSQL but this does not impact PG and MySQL plugins that were already matching angle brackets correctly)
Alain Mazy <am@osimis.io>
parents:
340
diff
changeset
|
31 PatientName containing angle brackets |
389c037387ea
Escaping '[' & ']' (change necessary only for MSSQL but this does not impact PG and MySQL plugins that were already matching angle brackets correctly)
Alain Mazy <am@osimis.io>
parents:
340
diff
changeset
|
32 |
340 | 33 |
34 Release 1.0 (2021-08-12) | |
35 ======================== | |
36 | |
37 * Initial release |