database-resource-manager/src/main/java/org/gcube/dataaccess/databases/utils
Giancarlo Panichi 43a5c6fb4f Updated to Git and Jenkins
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@183298 82a268e6-3cf1-43bd-a215-b396298e98cf
2019-11-27 15:58:52 +00:00
..
AliasToEntityOrderedMapResultTransformer.java git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-access/DatabasesResourcesManager@96616 82a268e6-3cf1-43bd-a215-b396298e98cf 2014-06-04 14:13:44 +00:00
ConnectionManager.java - bug fixed in class ConnectionManager for the submitquery operation modified in order to manage the data geometry recovering the related value as a sequence of hexadecimal characters and not as a parsed multipolygon value. executeQueryJDBC method modified. 2014-10-28 10:00:50 +00:00
DatabaseFactory.java 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
DatabaseManagement.java Updated to Git and Jenkins 2019-11-27 15:58:52 +00:00
DatabaseOperations.java 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