* Fix for handling regular CTE queries with MSSQL,#8074 * Moved the get_cte_query function from mssql.py to base.py for using irrespetcive of dbengine * Fix for handling regular CTE queries with MSSQL,#8074 * Moved the get_cte_query function from mssql.py to base.py for using irrespetcive of dbengine * Unit test added for the db engine CTE SQL parsing. Unit test added for the db engine CTE SQL parsing. Removed additional spaces from the CTE parsing SQL generation. * implement in sqla model * lint + cleanup Co-authored-by: Ville Brofeldt <ville.v.brofeldt@gmail.com> |
||
|---|---|---|
| .. | ||
| annotation_layers | ||
| charts | ||
| common | ||
| dashboards | ||
| datasets | ||
| db_engine_specs | ||
| explore | ||
| fixtures | ||
| tasks | ||
| utils | ||
| __init__.py | ||
| conftest.py | ||
| core_tests.py | ||
| dataframe_test.py | ||
| feature_flag_test.py | ||
| memoized_tests.py | ||
| sql_parse_tests.py | ||