Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 5580cf1

Browse files
author
Monte Goulding
authored
Merge pull request #1724 from livecode/bugfix-20354
[Bug 20345] Ensure the IDE uses valid DB connections
2 parents 46c23ea + 1c31c53 commit 5580cf1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Toolset/libraries/revidedocumentationlibrary.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ end ideDocsEnsureDatabase
2020

2121
local sConnection
2222
on ideDocsInitialize
23-
if sConnection is not empty then
23+
if sConnection is among the items of revOpenDatabases() then
2424
exit ideDocsInitialize
2525
end if
2626

notes/bugfix-20345.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Ensure the IDE reopens a DB connection if this was previously closed by the user

0 commit comments

Comments
 (0)