This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch
fix/followup-41199-follow-up-from-41199-fix-sqllab-quote-au
in repository https://gitbox.apache.org/repos/asf/superset.git
from 403e581cf74 fix(sqllab): dialect-specific quoting for autocomplete
identifiers
add a8a799e4f0f refactor(sqllab): move identifier quoting to the database
engine spec
No new revisions were added by this update.
Summary of changes:
.../components/EditorWrapper/useKeywords.test.ts | 18 +++++----
.../SqlLab/components/EditorWrapper/useKeywords.ts | 47 +++++++++++-----------
superset/databases/schemas.py | 15 +++++++
superset/db_engine_specs/base.py | 13 ++++++
superset/db_engine_specs/mssql.py | 5 +++
superset/db_engine_specs/mysql.py | 4 ++
tests/integration_tests/databases/api_tests.py | 7 ++++
tests/unit_tests/databases/api_test.py | 2 +
tests/unit_tests/db_engine_specs/test_base.py | 8 ++++
tests/unit_tests/db_engine_specs/test_mssql.py | 10 +++++
tests/unit_tests/db_engine_specs/test_mysql.py | 10 +++++
11 files changed, 109 insertions(+), 30 deletions(-)