.dockerignore
.gitignore
.pypirc
.readthedocs.yaml
ChangeLog.old
ChangeLog.rst
Dockerfile
LICENSE
MANIFEST.in
README.rst
appveyor.yml
docker-compose.yml
pyproject.toml
pytest.ini
setup.cfg
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/workflows/test_linux.yml
.github/workflows/test_linux_aarch64.yml
.github/workflows/test_macos.yml
.github/workflows/test_windows.yml
dev/__init__.py
dev/build.py
dev/build_freetds.sh
dev/build_manylinux_wheels.sh
dev/ccompiler.py
dev/hudson.sh
dev/memmonitor.py
dev/memtest.py
dev/memtest.sh
dev/requirements-dev.txt
dev/test_manylinux_wheels.sh
dev/appveyor/install-win-iconv.ps1
dev/appveyor/install.ps1
dev/appveyor/pypirc
dev/appveyor/run_with_env.cmd
dev/appveyor/sql-server-activate-tcp-fixed-port.ps1
dev/appveyor/tests.cfg
docs/Makefile
docs/_mssql_examples.rst
docs/azure.rst
docs/building_and_developing.rst
docs/changelog.rst
docs/conf.py
docs/docker.rst
docs/faq.rst
docs/freetds.rst
docs/freetds_and_dates.rst
docs/history.rst
docs/index.rst
docs/intro.rst
docs/make.bat
docs/migrate_1_x_to_2_x.rst
docs/pymssql_examples.rst
docs/release_notes.rst
docs/requirements.txt
docs/todo.rst
docs/images/pymssql-stack.graphml
docs/images/pymssql-stack.png
docs/ref/_mssql.rst
docs/ref/pymssql.rst
src/pymssql/__init__.py
src/pymssql/__init__.pyi
src/pymssql/_mssql.pxd
src/pymssql/_mssql.pyi
src/pymssql/_mssql.pyx
src/pymssql/_pymssql.pyi
src/pymssql/_pymssql.pyx
src/pymssql/exceptions.py
src/pymssql/exceptions.pyi
src/pymssql/sqlfront.pxd
src/pymssql/version.h
src/pymssql.egg-info/PKG-INFO
src/pymssql.egg-info/SOURCES.txt
src/pymssql.egg-info/dependency_links.txt
src/pymssql.egg-info/not-zip-safe
src/pymssql.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/run_sqlalchemy_tests.py
tests/test_bulk_copy.py
tests/test_charset.py
tests/test_config.py
tests/test_connection_as_dict.py
tests/test_connection_timeout.py
tests/test_connections.py
tests/test_context_managers.py
tests/test_datetime.py
tests/test_debug_queries.py
tests/test_err_handle.py
tests/test_green.py
tests/test_memory.py
tests/test_parameters.py
tests/test_pymssql.py
tests/test_queries.py
tests/test_query_parameters.py
tests/test_quote_simple_value.py
tests/test_sprocs.py
tests/test_sqlalchemy.py
tests/test_threaded.py
tests/test_types.py
tests/test_unicode.py
tests/test_user_msghandler.py
tests/tests.cfg.tpl