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
This commit is contained in:
parent
128e03e0d1
commit
41935e8750
|
@ -1,5 +1,42 @@
|
||||||
<ReleaseNotes>
|
<ReleaseNotes>
|
||||||
<Changeset component="org.gcube.dataaccess.algorithms.database-rm-algorithms.1-0-0"
|
|
||||||
|
<Changeset
|
||||||
|
component="org.gcube.dataaccess.algorithms.database-rm-algorithms.1-1-0"
|
||||||
|
date="2014-09-10">
|
||||||
|
<Change>SubmitQuery algorithm updated because input parameters
|
||||||
|
in the SubmitQuery method of DatabaseManagement class have been updated
|
||||||
|
</Change>
|
||||||
|
<Change>timer added in the SubmitQuery algorithm that stops the query
|
||||||
|
execution after 30 minutes
|
||||||
|
</Change>
|
||||||
|
<Change>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
|
||||||
|
</Change>
|
||||||
|
<Change>method shutdown of algorithm SubmitQuery implemented in order
|
||||||
|
to allow a user to cancel a submit query operation
|
||||||
|
</Change>
|
||||||
|
<Change>bug fixed when two algorithms are submitted concurrently.Bug
|
||||||
|
related to map result's name. Bug fixed generating the name as
|
||||||
|
ResultsMap"+UUID.randomUUID()
|
||||||
|
</Change>
|
||||||
|
<Change>classes SubmitQuery, SampleOnTable, SmartSampleOnTable,
|
||||||
|
RandomSampleOnTable modified in order to not make available the
|
||||||
|
file
|
||||||
|
as result
|
||||||
|
</Change>
|
||||||
|
<Change>file DestinationDBHibernate modified to insert the property on
|
||||||
|
the timeout
|
||||||
|
</Change>
|
||||||
|
<Change>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
|
||||||
|
</Change>
|
||||||
|
</Changeset>
|
||||||
|
<Changeset
|
||||||
|
component="org.gcube.dataaccess.algorithms.database-rm-algorithms.1-0-0"
|
||||||
date="2014-06-09">
|
date="2014-06-09">
|
||||||
<Change>first release</Change>
|
<Change>first release</Change>
|
||||||
</Changeset>
|
</Changeset>
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.dataaccess.algorithms</groupId>
|
<groupId>org.gcube.dataaccess.algorithms</groupId>
|
||||||
<artifactId>database-rm-algorithms</artifactId>
|
<artifactId>database-rm-algorithms</artifactId>
|
||||||
<version>1.0.0-SNAPSHOT</version>
|
<version>1.1.0-SNAPSHOT</version>
|
||||||
<name>DatabasesResourcesManagerAlgorithms</name>
|
<name>DatabasesResourcesManagerAlgorithms</name>
|
||||||
<description>Databases Resources Manager Algorithms</description>
|
<description>Databases Resources Manager Algorithms</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue