We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6845c3d commit da5001bCopy full SHA for da5001b
sqldev/src/main/java/org/utplsql/sqldev/dal/UtplsqlDao.xtend
@@ -38,12 +38,6 @@ class UtplsqlDao {
38
this.jdbcTemplate = new JdbcTemplate(new SingleConnectionDataSource(conn, true))
39
}
40
41
- def void resetCache() {
42
- cachedDbaViewAccessible = null
43
- cachedUtplsqlSchema = null
44
- cachedUtAnnotationManagerInstalled = null
45
- }
46
-
47
def boolean isDbaViewAccessible() {
48
if (cachedDbaViewAccessible === null) {
49
try {
0 commit comments