cloudstack/engine/schema
miguelaferreira ea0dec77d9 Refactor DbUpgradeUtils
- Move database access code to new class DatabaseAccessObject.
    This was done to ease the effort of testing, since
    DbUpgradeUtils has a static API and it is harder to mock
    static things with Mockito.
  - Log exceptions even if ignored
  - Add unit tests for both DbUpgradeUtils and DatabaseAccessObject
  - DbUpgradeUtils.dropTableColumnsIfExist(...) no longer throws
CloudRuntimeException to make it consistent with the other methods in
the class

Signed-off-by: Daan Hoogland <daan@onecht.net>
2014-03-06 14:48:35 +01:00
..
resources/META-INF/cloudstack Resource metadata support for autoscale vm group object 2014-01-30 13:04:56 -08:00
src Refactor DbUpgradeUtils 2014-03-06 14:48:35 +01:00
test/com/cloud/upgrade/dao Refactor DbUpgradeUtils 2014-03-06 14:48:35 +01:00
pom.xml Bump 4.3.0 to 4.4.0 in master 2013-11-21 16:01:15 +01:00