.gitignore
.travis.yml
CHANGES.rst
LICENSE
MANIFEST.in
README.rst
pull_reserved_words.sh
requirements-docs.txt
setup.cfg
setup.py
tox.ini
.github/PULL_REQUEST_TEMPLATE.md
docs/Makefile
docs/commands.rst
docs/conf.py
docs/ddl-compiler.rst
docs/dialect.rst
docs/index.rst
docs/make.bat
redshift_sqlalchemy/__init__.py
sqlalchemy_redshift/__init__.py
sqlalchemy_redshift/commands.py
sqlalchemy_redshift/compat.py
sqlalchemy_redshift/dialect.py
sqlalchemy_redshift/redshift-ca-bundle.crt
sqlalchemy_redshift.egg-info/PKG-INFO
sqlalchemy_redshift.egg-info/SOURCES.txt
sqlalchemy_redshift.egg-info/dependency_links.txt
sqlalchemy_redshift.egg-info/entry_points.txt
sqlalchemy_redshift.egg-info/requires.txt
sqlalchemy_redshift.egg-info/top_level.txt
tests/conftest.py
tests/test_alembic_dialect.py
tests/test_alter_table.py
tests/test_column_loading.py
tests/test_compiler.py
tests/test_constraint_names.py
tests/test_copy_command.py
tests/test_create_library.py
tests/test_ddl_compiler.py
tests/test_default_ssl.py
tests/test_delete_stmt.py
tests/test_dialect_types.py
tests/test_long_tablename.py
tests/test_reflection.py
tests/test_reflection_views.py
tests/test_simple_query.py
tests/test_unload_from_select.py
tests/rs_sqla_test_utils/__init__.py
tests/rs_sqla_test_utils/db.py
tests/rs_sqla_test_utils/models.py
tests/rs_sqla_test_utils/utils.py