File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,12 @@ def query(
3434 parameters : Optional [List ] = None ,
3535 ):
3636 """
37- Uses the input ``selectStatement`` to query for the values that will be returned as a list of tuples.
38- Set optional input ``returnAsDict`` to True to return values as a list of dictionaries.
37+ Runs a query with the ``selectStatement`` and returns the result as a list of rows.
38+ The type of row values depends on the database module -
39+ usually they are tuples or tuple-like objects.
40+
41+ Set optional input ``returnAsDict`` to _True_ to explicitely convert the return values
42+ into a list of dictionaries.
3943
4044 Use optional ``alias`` parameter to specify what connection should be used for the query if you have more
4145 than one connection open.
Original file line number Diff line number Diff line change 1- VERSION = "1.4.1 "
1+ VERSION = "1.4.2 "
You can’t perform that action at this time.
0 commit comments