Skip to content

Commit

Permalink
Update dataengineeringutils3/db.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Ravi Kotecha <ravi.kotecha@digital.justice.gov.uk>
  • Loading branch information
s-block and Ravi Kotecha committed Nov 6, 2019
1 parent cf6ca19 commit 1082f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataengineeringutils3/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SelectQuerySet:
def __init__(self, cursor, select_query, fetch_size=1000, **query_kwargs):
"""
Sets the curser, query and executes
:param cursor: curser object: sucha s cx_Oracle.connect().cursor
:param cursor: curser object: such as cx_Oracle.connect().cursor
:param select_query: string: "select * from table"
:param fetch_size: int: 1000
:param query_kwargs: kwargs: kwargs for query formatting
Expand Down

0 comments on commit 1082f6e

Please sign in to comment.