superset/tests/unit_tests/db_engine_specs
Sujith Kumar S b8aef10098
fix(mssql): support cte in virtual tables (#18567)
* 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>
2022-02-10 10:28:05 +02:00
..
test_athena.py fix(sqla): make text clause escaping optional (#17641) 2021-12-03 12:35:26 +02:00
test_base.py fix(mssql): support cte in virtual tables (#18567) 2022-02-10 10:28:05 +02:00
test_bigquery.py chore: enable BQ tests (#17017) 2021-10-14 08:07:47 -07:00
test_drill.py feat: Drill ODBC/JDBC Impersonation feature (#17353) 2021-11-10 08:45:16 +02:00
test_gsheets.py feat: Add Private Google Sheets to dynamic form (#16628) 2021-09-28 17:08:50 -07:00
test_kusto.py chore(tests): migrate mssql tests to pytest (#18251) 2022-02-02 13:19:58 +02:00
test_mssql.py fix(mssql): support cte in virtual tables (#18567) 2022-02-10 10:28:05 +02:00
test_teradata.py fix(teradata): LIMIT syntax (#18240) 2022-01-31 19:15:42 -08:00