invokermain / pymssql-utils

A small library that wraps pymssql to make your life easier.
GNU Lesser General Public License v2.1
9 stars 2 forks source link

Incorrect Type hint in DatabaseResult.data #12

Closed invokermain closed 3 years ago

invokermain commented 3 years ago

See https://github.com/invokermain/pymssql-utils/blob/main/pymssqlutils/databaseresult.py#L133

This should be Optional[List[Dict[str, Any]]]], one could even replace Any with Union[str, int, float, date, datetime, time, bytes, None].

invokermain commented 3 years ago

closed by release 0.1.3