From bc398c00c75c4a11757752b7f8ee1e33926bf0f4 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Wed, 10 Jun 2020 17:00:45 +0200 Subject: [PATCH] ref 19423: DataMiner - Update DataMiner Service in Dev for support https https://support.d4science.org/issues/19423 Updated for support https protocol --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7307326..e2ad9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,13 +2,13 @@ # Changelog -## [v1.4.1] [r4.24.0] - [2020-06-10] +## [v1.4.1] [r4.24.0] - 2020-06-10 ### Features - Updated for support https protocol [#19423] -## [v1.3.0] - [2014-12-05] +## [v1.3.0] - 2014-12-05 ### Features @@ -18,7 +18,7 @@ - WriteSubmitResultIntoFile method modified removing special characters using regular expressions in order to write data in a file correctly. - Total number rows returned as output for the result of the submit Query operation:class DatabaseManagement modified -## [v1.2.0] - [2014-10-27] +## [v1.2.0] - 2014-10-27 ### Features @@ -31,7 +31,7 @@ - Bug fixed in Sampler class in computeSmartSampleWithThreshold method. table name formatted as schema."table" in order to recover the rows. - Bug fixed for the submitQuery and sampling operation and related to column value truncated to 255 characters. If the final quote has been truncated the parsecvsstring method in the servlet does not work fine. Bug fixed adding the final quote. convertToJavaType method in DatabaseManagement class modified. -## [v1.1.0] - [2014-09-10] +## [v1.1.0] - 2014-09-10 ### Features @@ -48,7 +48,7 @@ - Bug fixed in sampler in order to have an attributes header with the same order defined in the database schema - Bug corrected in "showCreateTable" method of MySQLTableStructure class.Result managed in a correct way using aliasToEntityOrderedMapResultTransformer class -## [v1.0.0] - [2014-06-09] +## [v1.0.0] - 2014-06-09 ### Features