|
Change Parameter Type connectionSupplier : SqlExceptionSupplier<Connection> to connectionSupplier : ConnectionSupplier in method private countSql(sql String, connectionSupplier ConnectionSupplier) : int in class org.sonar.db.DbTester |
From |
To |
|
Change Parameter Type connectionSupplier : SqlExceptionSupplier<Connection> to connectionSupplier : ConnectionSupplier in method private select(selectSql String, connectionSupplier ConnectionSupplier) : List<Map<String,Object>> in class org.sonar.db.DbTester |
From |
To |
|
Change Parameter Type connectionSupplier : SqlExceptionSupplier<Connection> to connectionSupplier : ConnectionSupplier in method private selectFirst(selectSql String, connectionSupplier ConnectionSupplier) : Map<String,Object> in class org.sonar.db.DbTester |
From |
To |
|
Change Parameter Type connectionSupplier : SqlExceptionSupplier<Connection> to connectionSupplier : ConnectionSupplier in method private countRowsOfTable(tableName String, connectionSupplier ConnectionSupplier) : int in class org.sonar.db.DbTester |
From |
To |