support Oracle flash back; auto-fix metric type; compile ojdbc

This commit is contained in:
yangdsh
2019-11-23 20:21:51 +00:00
committed by Dana Van Aken
parent 5555ead3a3
commit dceee6e0ba
8 changed files with 111 additions and 11 deletions

View File

@@ -52,6 +52,7 @@ dependencies {
// For Oracle, create the directory client/controller/libs and copy the driver
// (e.g., ojdbc8.jar) into it. The driver must be manually downloaded from Oracle.
dependencies {compile files('lib/ojdbc8.jar')}
}
run {