Skip to content

Commit 0060b1e

Browse files
committed
Fixed issue with listeners on db.drop()
1 parent 57cfa06 commit 0060b1e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/main/java/com/orientechnologies/orient/core/db/record/ODatabaseRecordAbstract.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ public void drop() {
213213

214214
setCurrentDatabaseinThreadLocal();
215215

216+
underlying.callOnCloseListeners();
217+
216218
if (metadata != null) {
217219
metadata.close();
218220
metadata = null;

0 commit comments

Comments
 (0)