File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ and indexable (i.e. implement `length` and `getindex` for value access by index)
119119to subtype `DBInterface.Cursor` explicitly as long as they satisfy the interface. For DDL/DML SQL statements, which typically
120120do not return results, an iterator is still expected to be returned that just iterates `nothing`, i.e. an "empty" iterator.
121121
122- Note that `DBInterface.execute` returns *** a single* ** `DBInterface.Cursor`, which represents a single resultset from the database.
122+ Note that `DBInterface.execute` returns **a single** `DBInterface.Cursor`, which represents a single resultset from the database.
123123For use-cases involving multiple result-sets from a single query, see `DBInterface.executemultiple`.
124124
125125If function `f` is provided, `DBInterface.execute` will return the result of applying `f` to the `DBInterface.Cursor` object
You can’t perform that action at this time.
0 commit comments