pymssql SELECT Always Returns None - Python
Updated 2026-08-29: swapped easy_install, which current setuptools no longer installs, for pip.
apt-get remove python-pymssql
The version from apt-get has this error. Install pymssql with pip install pymssql instead and select statements will work.