Skip to content

Commit 84eb9bf

Browse files
committed
Merge branch 'release/1.0.1'
2 parents bdd0527 + 30b5843 commit 84eb9bf

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ For the license terms see the LICENSE file.
8686

8787
### Meta
8888

89-
Version: 1.0.0
89+
Version: 1.0.1
9090
Web Site: <https://revigniter.com/>
9191

9292
Author: Ralf Bitter

SQLiteLib.livecodescript

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script "SQLiteLib"
88
--
99
-- ©2019 revIgniter.com
1010
--
11-
-- Version 1.0.0
11+
-- Version 1.0.1
1212
--
1313
-- License: Apache 2.0
1414
--
@@ -42,7 +42,7 @@ end libraryStack
4242
on releaseStack
4343
if the short name of the target = the short name of me then
4444
-- Put cleanup stuff here:
45-
get _rigCloseDB()
45+
get rigCloseDB()
4646

4747
if the environment is "development" then
4848
answer the target & " got releaseStack message"
@@ -1849,7 +1849,7 @@ end _rigHasOperator
18491849

18501850

18511851
/*----------------------------------------------------------------------
1852-
--| FUNCTION _rigCloseDB
1852+
--| FUNCTION rigCloseDB
18531853
--|
18541854
--| Author: rabit
18551855
--| Version: 1.1
@@ -1859,14 +1859,14 @@ end _rigHasOperator
18591859
--|
18601860
--| Summary: This handler closes the database connection.
18611861
--|
1862-
--| Format: _rigCloseDB()
1862+
--| Format: rigCloseDB()
18631863
--|
18641864
--| Parameters: --
18651865
--|
18661866
--| Return: mixed
18671867
----------------------------------------------------------------------*/
18681868

1869-
private function _rigCloseDB
1869+
function rigCloseDB
18701870
local tResult
18711871

18721872
if sDBdriverSettings["connid"] is an integer then
@@ -1876,7 +1876,7 @@ private function _rigCloseDB
18761876
put empty into sDatabaseID
18771877

18781878
return tResult
1879-
end _rigCloseDB
1879+
end rigCloseDB
18801880

18811881

18821882

0 commit comments

Comments
 (0)