Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix TypeError: 'NoneType' object is not iterable
Fix TypeError: 'NoneType' object is not iterable Traceback (most recent call last): File ".../masoniteorm/connections/MSSQLConnection.py", line 156, in query return dict(zip(columnNames, result)) ^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: 'NoneType' object is not iterable
- Loading branch information