From 9c42affe766e045cb0568e3d27a5ec47aa3e4b70 Mon Sep 17 00:00:00 2001 From: Loredana Liccardo Date: Fri, 12 Sep 2014 13:42:13 +0000 Subject: [PATCH] git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@99785 82a268e6-3cf1-43bd-a215-b396298e98cf --- distro/CHANGELOG | 2 +- distro/changelog.xml | 50 +++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/distro/CHANGELOG b/distro/CHANGELOG index ed9cbcb..5765ae4 100644 --- a/distro/CHANGELOG +++ b/distro/CHANGELOG @@ -1,2 +1,2 @@ -v. 1.0.0 (09-06-2014) +v. 1.1.0 (10-09-2014) * First release \ No newline at end of file diff --git a/distro/changelog.xml b/distro/changelog.xml index c5fd41e..dcf59dd 100644 --- a/distro/changelog.xml +++ b/distro/changelog.xml @@ -1,7 +1,55 @@ + + File DestinationDBHibernate.cfg.xml in "cfg" folder of the + project renamed in DestinationDBHibernateDBManager.cfg.xml and + correction in method initDBSession of the ConectionMannaager class in + order to specify this file name. + + bug fixed for the smart sampling on table scientific_names of + col2oct2010.Table name is overwritten when two iterations are + performed to extract 200 rows.Corrections in + computeSmartSampleWithThreshold. + + input parameters updated in the SubmitQuery method of + DatabaseManagement class.(input parameter on path file removed + because unusable) + + bug hibernate on join tables with same column + names.ConnectionManager and DatabaseManagement classes modified + adding the method "executeQueryJDBC" in ConnectionManager, used only + for the submitquery operation. The method uses JDBC. + + bug fixed in sampling operations with an attribute of geometry + type that slows the result visualization. Attributes truncated to 255 + characters. + + bug fixed with the rand() function in the smart and random + sample for a database mysql with the computeSmartSampleWithThreshold + method + + bug fixed in Sampler and DatabaseOPerations classes to manage + case sensitive tables for database Postgres and for GetTableDetails + + class DatabaseManagement modified in order to not make + available the result in a file csv for submitquery and samplings + operations + + added a timeout database connection + bug fixed in samplings on table names that are keywords.The + name considered is schema.table for postgres and database.table for + mysql + + 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 + + first release - \ No newline at end of file