Skip to content

Commit 33bdf6b

Browse files
authored
Try closing the connection
1 parent adf08a5 commit 33bdf6b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tiled/catalog/orm.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ def create_index_metadata_tsvector_search(target, connection, **kw):
313313
"""
314314
)
315315
)
316+
connection.close()
316317

317318

318319
@event.listens_for(NodesClosure.__table__, "after_create")

0 commit comments

Comments
 (0)