Skip to content

Commit 949b720

Browse files
committed
Merge branch 'release/1.0.2'
2 parents 84eb9bf + 224d7bd commit 949b720

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ function and connect using the rigConnectDB handler like:
3838

3939
put rigNewTableStructure(tInitTableA) into tInitTable
4040

41-
rigConnectDB tDBfilePath, tInitTable tReturn tActiveGroup tOptions
41+
rigConnectDB tDBfilePath, tInitTable, tReturn, tActiveGroup, tOptions
4242

4343
- **tDBfilePath** the value of this optional parameter can be
4444
empty or a file path or "memory" or "mem" or "in-memory" or
@@ -60,7 +60,7 @@ function and connect using the rigConnectDB handler like:
6060
This library provides a handler which converts database query result arrays
6161
to datagrid arrays.
6262

63-
queryResultArrayToDgArray @pArray pFields
63+
queryResultArrayToDgArray @pArray, pFields
6464

6565
- **pArray** is the database query result index named "resultarray"
6666
- **pFields** is the database query result index "fieldnames" which
@@ -86,7 +86,7 @@ For the license terms see the LICENSE file.
8686

8787
### Meta
8888

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

9292
Author: Ralf Bitter

SQLiteLib.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ script "SQLiteLib"
88
--
99
-- ©2019 revIgniter.com
1010
--
11-
-- Version 1.0.1
11+
-- Version 1.0.2
1212
--
1313
-- License: Apache 2.0
1414
--

0 commit comments

Comments
 (0)