LICENSE
MANIFEST.in
README.md
pyproject.toml
scripts/api_survey.py
scripts/build_exe.ps1
scripts/capture_login.ps1
scripts/differential.ps1
scripts/differential.py
scripts/excel_probe.py
scripts/office_probe.py
scripts/replay.py
scripts/run_dev.bat
scripts/run_dev.ps1
scripts/workbook_probe.py
src/pysqlbridge/__init__.py
src/pysqlbridge/__main__.py
src/pysqlbridge/access.py
src/pysqlbridge/aggregate.py
src/pysqlbridge/auth.py
src/pysqlbridge/catalog.py
src/pysqlbridge/certificate.py
src/pysqlbridge/credentials.py
src/pysqlbridge/detect.py
src/pysqlbridge/discover.py
src/pysqlbridge/http_source.py
src/pysqlbridge/information_schema.py
src/pysqlbridge/markup.py
src/pysqlbridge/precedence.py
src/pysqlbridge/predicate.py
src/pysqlbridge/procedures.py
src/pysqlbridge/server.py
src/pysqlbridge/source.py
src/pysqlbridge/sql.py
src/pysqlbridge/window.py
src/pysqlbridge/workbook.py
src/pysqlbridge.egg-info/PKG-INFO
src/pysqlbridge.egg-info/SOURCES.txt
src/pysqlbridge.egg-info/dependency_links.txt
src/pysqlbridge.egg-info/entry_points.txt
src/pysqlbridge.egg-info/requires.txt
src/pysqlbridge.egg-info/top_level.txt
src/pysqlbridge/tds/__init__.py
src/pysqlbridge/tds/batch.py
src/pysqlbridge/tds/connection.py
src/pysqlbridge/tds/login.py
src/pysqlbridge/tds/packet.py
src/pysqlbridge/tds/prelogin.py
src/pysqlbridge/tds/result.py
src/pysqlbridge/tds/rpc.py
src/pysqlbridge/tds/tls.py
src/pysqlbridge/tds/token.py
tests/__init__.py
tests/captured.py
tests/databases.py
tests/fake_api.py
tests/helpers.py
tests/ssms_databases.sql
tests/ssms_server_probe.sql
tests/test_access.py
tests/test_aggregate.py
tests/test_batch.py
tests/test_catalog.py
tests/test_connection.py
tests/test_correlated.py
tests/test_credentials.py
tests/test_detect.py
tests/test_discover.py
tests/test_http_source.py
tests/test_information_schema.py
tests/test_login.py
tests/test_markup.py
tests/test_nesting.py
tests/test_packet.py
tests/test_precedence.py
tests/test_predicate.py
tests/test_prelogin.py
tests/test_procedures.py
tests/test_replay.py
tests/test_result.py
tests/test_rpc.py
tests/test_source.py
tests/test_sql.py
tests/test_sql_surface.py
tests/test_tds71.py
tests/test_tls.py
tests/test_token.py
tests/test_workbook.py
tests/workbooks.py