1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106
|
.bzrignore
.dockerignore
.gitignore
.hgeol
.hgignore
.pypirc
.travis.yml
ChangeLog
ChangeLog_highlights.rst
Dockerfile
LICENSE
README.rst
README_building_and_developing.rst
appveyor.yml
docker-compose.yml
ez_setup.py
pytest.ini
setup.cfg
setup.py
tox.ini
.circleci/config.yml
.pyrex/Pyrex/__init__.py
.pyrex/Pyrex/Distutils/__init__.py
.pyrex/Pyrex/Distutils/build_ext.py
dev/build_freetds.sh
dev/build_freetds_linux.sh
dev/build_manylinux_wheels.sh
dev/build_wheels.sh
dev/dev-requirements.pip
dev/hudson.sh
dev/memmonitor.py
dev/memtest.py
dev/memtest.sh
dev/test_manylinux_wheels.sh
dev/travis_env.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/todo.rst
docs/images/pymssql-stack.graphml
docs/images/pymssql-stack.png
docs/ref/_mssql.rst
docs/ref/pymssql.rst
freetds0.95/nix_32/include/sqlfront.h
freetds0.95/nix_32/include/sybdb.h
freetds0.95/nix_32/include/sybfront.h
freetds0.95/nix_32/include/tds_sysdep_public.h
freetds0.95/nix_32/lib/libsybdb.a
freetds0.95/nix_64/include/sqlfront.h
freetds0.95/nix_64/include/sybdb.h
freetds0.95/nix_64/include/sybfront.h
freetds0.95/nix_64/include/tds_sysdep_public.h
freetds0.95/nix_64/lib/libsybdb.a
pymssql.egg-info/PKG-INFO
pymssql.egg-info/SOURCES.txt
pymssql.egg-info/dependency_links.txt
pymssql.egg-info/not-zip-safe
pymssql.egg-info/top_level.txt
src/_mssql.pxd
src/_mssql.pyx
src/cpp_helpers.h
src/print_versions.py
src/pymssql.pyx
src/sqlfront.pxd
src/version.h
tests/__init__.py
tests/conftest.py
tests/helpers.py
tests/run_sqlalchemy_tests.py
tests/test_config.py
tests/test_connection_as_dict.py
tests/test_connections.py
tests/test_context_managers.py
tests/test_debug_queries.py
tests/test_err_handle.py
tests/test_green.py
tests/test_pymssql.py
tests/test_queries.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/test_utils.py
tests/tests.cfg.tpl
|