The Database Resource Manager library manages the heterogeneity of the Databases resources indexed in the D4Science infrastructure.
Go to file
Loredana Liccardo 72b8e87e81 - method submitQuery modified in class DatabaseManagement in order to return a file and a map as output. 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. 
- Version in pom file changed in 1.3.0
- method submitQuery modified in class DatabaseManagement adding the UUID string to the submitQuery result file QueryResult file.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@101653 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-11-19 14:38:18 +00:00
.settings timeout for hibernate database connection changed to value 5 seconds.(corrections in ConnectionManager class and printfs added and commented in DatabaseFactory and DatabaseManagement classes) 2014-09-01 14:45:00 +00:00
cfg some files updated in previous operations committed 2014-10-16 09:09:52 +00:00
distro 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. 2014-10-29 16:10:02 +00:00
files move the library from data-analysis to data-access 2014-06-04 13:56:35 +00:00
src - method submitQuery modified in class DatabaseManagement in order to return a file and a map as output. The map is truncated to 1000 rows if the result has more than 1000 rows. 2014-11-19 14:38:18 +00:00
.classpath move the library from data-analysis to data-access 2014-06-04 13:56:35 +00:00
.project move the library from data-analysis to data-access 2014-06-04 13:56:35 +00:00
log.txt some bug fixed in DatabasesResourcesManager class to recover a correct result from the submit query (in order to comply with AliasToEntityOrderedMapResultTransformer) 2014-06-05 09:03:12 +00:00
pom.xml - bug fixed and founded with the TabularData Database resource that has 2 access points with the same endpoint, username and password values. 2014-10-16 09:06:28 +00:00