From 41935e8750dacbb706cc5b983f6268dfd6cb83c5 Mon Sep 17 00:00:00 2001 From: Loredana Liccardo Date: Fri, 12 Sep 2014 14:21:35 +0000 Subject: [PATCH] file changelog and pom files modified for release 1.1.0 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManagerAlgorithms@99787 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/changelog.xml | 39 ++++++++++++++++++++++++++++++++++++++- pom.xml | 2 +- 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/distro/changelog.xml b/distro/changelog.xml index 3a13ed3..4666882 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,5 +1,42 @@ - + SubmitQuery algorithm updated because input parameters + in the SubmitQuery method of DatabaseManagement class have been updated + + timer added in the SubmitQuery algorithm that stops the query + execution after 30 minutes + + hibernate bug fixed and related to a join tables with same + columns names. Bug resolved using JDBC. GetConnection + method changed + in the SubmitQuery algorithm to create + the connection with JDBC + + method shutdown of algorithm SubmitQuery implemented in order + to allow a user to cancel a submit query operation + + bug fixed when two algorithms are submitted concurrently.Bug + related to map result's name. Bug fixed generating the name as + ResultsMap"+UUID.randomUUID() + + classes SubmitQuery, SampleOnTable, SmartSampleOnTable, + RandomSampleOnTable modified in order to not make available the + file + as result + + file DestinationDBHibernate modified to insert the property on + the timeout + + bug fixed on table names that are keywords.Method + GetTableDetails corrected to consider the name as schema.table for + postgres and database.table for mysql + + + first release diff --git a/pom.xml b/pom.xml index 834e0e6..975be96 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ org.gcube.dataaccess.algorithms database-rm-algorithms - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT DatabasesResourcesManagerAlgorithms Databases Resources Manager Algorithms