.flake8 .gitlab-ci.yml .hgtags .isort.cfg CHANGELOG COPYRIGHT MANIFEST.in README.rst setup.py tox.ini python_sql.egg-info/PKG-INFO python_sql.egg-info/SOURCES.txt python_sql.egg-info/dependency_links.txt python_sql.egg-info/top_level.txt sql/__init__.py sql/aggregate.py sql/conditionals.py sql/functions.py sql/operators.py sql/tests/__init__.py sql/tests/test_aggregate.py sql/tests/test_alias.py sql/tests/test_as.py sql/tests/test_cast.py sql/tests/test_collate.py sql/tests/test_column.py sql/tests/test_combining_query.py sql/tests/test_conditionals.py sql/tests/test_delete.py sql/tests/test_excluded.py sql/tests/test_expression.py sql/tests/test_flavor.py sql/tests/test_for.py sql/tests/test_from.py sql/tests/test_from_item.py sql/tests/test_functions.py sql/tests/test_grouping.py sql/tests/test_insert.py sql/tests/test_join.py sql/tests/test_lateral.py sql/tests/test_literal.py sql/tests/test_merge.py sql/tests/test_operators.py sql/tests/test_order.py sql/tests/test_rollup.py sql/tests/test_select.py sql/tests/test_table.py sql/tests/test_update.py sql/tests/test_values.py sql/tests/test_window.py sql/tests/test_with.py