changelog file modified for release 3.5.1

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@101941 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Loredana Liccardo 2014-12-05 15:20:21 +00:00
parent 3786920a6c
commit f54b9259ab
1 changed files with 36 additions and 4 deletions

View File

@ -1,4 +1,32 @@
<ReleaseNotes>
<Changeset component="org.gcube.dataaccess.database-resource-manager.1-3-0"
date="2014-12-05">
<Change>method submitQuery modified in class DatabaseManagement in
order to return as output a file and a map. The map is truncated to
1000 rows if the result has more than 1000 rows.
method writeTableIntoFile reintroduced that performs the file writing and
the map generation.
</Change>
<Change>method submitQuery modified in class DatabaseManagement
adding
the UUID string to the submitQuery result file QueryResult
file
</Change>
<Change>samplings and submitQuery changed in order to return as a
result a map with column values truncated to 255 characters and a
file with the whole columns values in order to manage so to manage
big data properly and the conversion of a geometry data type in a
multipolygon representation applying the function st_astext() for a
database postgres.
</Change>
<Change> writeSubmitResultIntoFile method modified removing special
characters using regular expressions in order to write data in a file
correctly.
</Change>
<Change> total number rows returned as output for the result of the
submit Query operation:class DatabaseManagement modified
</Change>
</Changeset>
<Changeset component="org.gcube.dataaccess.database-resource-manager.1-2-0"
date="2014-10-27">
<Change>class DBResource modified in order to remove for a resource
@ -29,10 +57,14 @@
the rows.
</Change>
<Change>
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
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.
</Change>
</Changeset>