AUTHORS
INSTALL
LICENSE
MANIFEST.in
Makefile
Makefile.common
Makefile.env.sample
NEWS
README
setup.cfg
setup.py
doc/api.rst
doc/conf.py
doc/index.rst
doc/install.rst
doc/introduction.rst
doc/tutorial.rst
doc/api/htsql.ctl.rst
doc/api/htsql.rst
doc/api/htsql.tr.fn.rst
doc/api/htsql.tr.rst
doc/api/htsql_mysql.rst
doc/api/htsql_pgsql.rst
doc/api/htsql_sqlite.rst
doc/img/show_school.png
doc/ref/flows.rst
doc/ref/functions.rst
doc/ref/index.rst
doc/ref/model.rst
doc/ref/scopes.rst
doc/ref/syntax.rst
doc/ref/types.rst
src/HTSQL.egg-info/PKG-INFO
src/HTSQL.egg-info/SOURCES.txt
src/HTSQL.egg-info/dependency_links.txt
src/HTSQL.egg-info/entry_points.txt
src/HTSQL.egg-info/not-zip-safe
src/HTSQL.egg-info/requires.txt
src/HTSQL.egg-info/top_level.txt
src/htsql/__init__.py
src/htsql/adapter.py
src/htsql/addon.py
src/htsql/application.py
src/htsql/connect.py
src/htsql/context.py
src/htsql/domain.py
src/htsql/entity.py
src/htsql/error.py
src/htsql/export.py
src/htsql/introspect.py
src/htsql/mark.py
src/htsql/request.py
src/htsql/split_sql.py
src/htsql/util.py
src/htsql/validator.py
src/htsql/wsgi.py
src/htsql/ctl/__init__.py
src/htsql/ctl/default.py
src/htsql/ctl/error.py
src/htsql/ctl/help.py
src/htsql/ctl/option.py
src/htsql/ctl/regress.py
src/htsql/ctl/request.py
src/htsql/ctl/routine.py
src/htsql/ctl/script.py
src/htsql/ctl/server.py
src/htsql/ctl/shell.py
src/htsql/ctl/version.py
src/htsql/fmt/__init__.py
src/htsql/fmt/entitle.py
src/htsql/fmt/format.py
src/htsql/fmt/html.py
src/htsql/fmt/json.py
src/htsql/fmt/spreadsheet.py
src/htsql/fmt/text.py
src/htsql/tr/__init__.py
src/htsql/tr/assemble.py
src/htsql/tr/bind.py
src/htsql/tr/binding.py
src/htsql/tr/coerce.py
src/htsql/tr/compile.py
src/htsql/tr/dump.py
src/htsql/tr/encode.py
src/htsql/tr/error.py
src/htsql/tr/flow.py
src/htsql/tr/frame.py
src/htsql/tr/lookup.py
src/htsql/tr/parse.py
src/htsql/tr/plan.py
src/htsql/tr/reduce.py
src/htsql/tr/rewrite.py
src/htsql/tr/scan.py
src/htsql/tr/signature.py
src/htsql/tr/stitch.py
src/htsql/tr/syntax.py
src/htsql/tr/term.py
src/htsql/tr/token.py
src/htsql/tr/fn/__init__.py
src/htsql/tr/fn/assemble.py
src/htsql/tr/fn/bind.py
src/htsql/tr/fn/dump.py
src/htsql/tr/fn/encode.py
src/htsql/tr/fn/reduce.py
src/htsql/tr/fn/rewrite.py
src/htsql/tr/fn/signature.py
src/htsql_mssql/__init__.py
src/htsql_mssql/connect.py
src/htsql_mssql/domain.py
src/htsql_mssql/export.py
src/htsql_mssql/introspect.py
src/htsql_mssql/split_sql.py
src/htsql_mssql/tr/__init__.py
src/htsql_mssql/tr/compile.py
src/htsql_mssql/tr/dump.py
src/htsql_mssql/tr/encode.py
src/htsql_mssql/tr/reduce.py
src/htsql_mssql/tr/signature.py
src/htsql_mysql/__init__.py
src/htsql_mysql/connect.py
src/htsql_mysql/domain.py
src/htsql_mysql/export.py
src/htsql_mysql/introspect.py
src/htsql_mysql/split_sql.py
src/htsql_mysql/tr/__init__.py
src/htsql_mysql/tr/dump.py
src/htsql_oracle/__init__.py
src/htsql_oracle/connect.py
src/htsql_oracle/domain.py
src/htsql_oracle/export.py
src/htsql_oracle/introspect.py
src/htsql_oracle/split_sql.py
src/htsql_oracle/tr/__init__.py
src/htsql_oracle/tr/compile.py
src/htsql_oracle/tr/dump.py
src/htsql_oracle/tr/lookup.py
src/htsql_oracle/tr/reduce.py
src/htsql_oracle/tr/rewrite.py
src/htsql_oracle/tr/signature.py
src/htsql_pgsql/__init__.py
src/htsql_pgsql/connect.py
src/htsql_pgsql/domain.py
src/htsql_pgsql/export.py
src/htsql_pgsql/introspect.py
src/htsql_pgsql/split_sql.py
src/htsql_pgsql/tr/__init__.py
src/htsql_pgsql/tr/dump.py
src/htsql_sqlite/__init__.py
src/htsql_sqlite/connect.py
src/htsql_sqlite/domain.py
src/htsql_sqlite/export.py
src/htsql_sqlite/introspect.py
src/htsql_sqlite/split_sql.py
src/htsql_sqlite/tr/__init__.py
src/htsql_sqlite/tr/bind.py
src/htsql_sqlite/tr/coerce.py
src/htsql_sqlite/tr/dump.py
src/htsql_tweak/__init__.py
src/htsql_tweak/autolimit/__init__.py
src/htsql_tweak/autolimit/encode.py
src/htsql_tweak/autolimit/export.py
src/htsql_tweak/cors/__init__.py
src/htsql_tweak/cors/export.py
src/htsql_tweak/cors/wsgi.py
src/htsql_tweak/pgsql_catalog/__init__.py
src/htsql_tweak/pgsql_catalog/export.py
src/htsql_tweak/pgsql_catalog/introspect.py
src/htsql_tweak/pgsql_inet/__init__.py
src/htsql_tweak/pgsql_inet/bind.py
src/htsql_tweak/pgsql_inet/coerce.py
src/htsql_tweak/pgsql_inet/domain.py
src/htsql_tweak/pgsql_inet/dump.py
src/htsql_tweak/pgsql_inet/encode.py
src/htsql_tweak/pgsql_inet/export.py
src/htsql_tweak/pgsql_timeout/__init__.py
src/htsql_tweak/pgsql_timeout/connect.py
src/htsql_tweak/pgsql_timeout/export.py
src/htsql_tweak/pgsql_view/__init__.py
src/htsql_tweak/pgsql_view/export.py
src/htsql_tweak/pgsql_view/introspect.py
src/htsql_tweak/pgsql_view/rulesparser.py
src/htsql_tweak/schema/__init__.py
src/htsql_tweak/schema/export.py
src/htsql_tweak/schema/lookup.py
src/sphinxext_htsqldoc/__init__.py
src/sphinxext_texdiag/__init__.py
test/regress.yaml
test/buildbot/bb.sh
test/buildbot/data/linux-install.sh
test/buildbot/data/linux-isolinux.cfg
test/buildbot/data/linux-preseed.cfg
test/buildbot/data/mssql2005-update.cmd
test/buildbot/data/mssql2008-update.cmd
test/buildbot/data/mysql51-update.sh
test/buildbot/data/oracle10g-update.sh
test/buildbot/data/pgsql84-update.sh
test/buildbot/data/pgsql90-update.sh
test/buildbot/data/py25-update.sh
test/buildbot/data/py26-update.sh
test/buildbot/data/py27-update.sh
test/buildbot/data/ssh_config
test/buildbot/data/windows-install.cmd
test/buildbot/data/windows-winnt.sif
test/regress/input/format.yaml
test/regress/input/library.yaml
test/regress/input/mssql.yaml
test/regress/input/mysql.yaml
test/regress/input/oracle.yaml
test/regress/input/pgsql.yaml
test/regress/input/routine.yaml
test/regress/input/schema.yaml
test/regress/input/sqlite.yaml
test/regress/input/translation.yaml
test/regress/input/tutorial.yaml
test/regress/output/mssql.yaml
test/regress/output/mysql.yaml
test/regress/output/oracle.yaml
test/regress/output/pgsql.yaml
test/regress/output/routine.yaml
test/regress/output/sqlite.yaml
test/regress/sql/regress-data.yaml
test/regress/sql/regress-mssql.sql
test/regress/sql/regress-mysql.sql
test/regress/sql/regress-oracle.sql
test/regress/sql/regress-pgsql.sql
test/regress/sql/regress-sqlite.sql