The Database Resource Manager library manages the heterogeneity of the Databases resources indexed in the D4Science infrastructure.
Go to file
Loredana Liccardo 630d4beadc bug fixed for adb Postgres and related the explain function in order to compute the estimated rows of a table. Added a treshold with value 100000. If the rows computed with the explain function is < 100000 the counter function is used otherwise the explain result. DatabaseOperations class modified.
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@101427 82a268e6-3cf1-43bd-a215-b396298e98cf
2014-11-04 13:25:13 +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 bug fixed for adb Postgres and related the explain function in order to compute the estimated rows of a table. Added a treshold with value 100000. If the rows computed with the explain function is < 100000 the counter function is used otherwise the explain result. DatabaseOperations class modified. 2014-11-04 13:25:13 +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