Skip to content

Commit

Permalink
Adding pydocs to establish_pyodbc_connection
Browse files Browse the repository at this point in the history
  • Loading branch information
tim.reichard committed Feb 11, 2021
1 parent 22b2406 commit a611d6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aioradio/pyodbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ async def establish_pyodbc_connection(
host (str): hostname
user (str): username
pwd (str): password
post (int, optional): port. Defaults to 1433.
port (int, optional): port. Defaults to None.
database (str, optional): database. Defaults to ''.
driver (str, optional): unixodbc driver. Defaults to ''.
autocommit (bool, optional): autocommit. Defaults to False.
Raises:
FileNotFoundError: unable to locate unixodbc driver
Expand Down

0 comments on commit a611d6b

Please sign in to comment.