You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2019/09/05 18:25:07 UTC

[GitHub] [incubator-superset] john-bodley commented on a change in pull request #8181: [bugfix] Correctly quote table and schema in select_star

john-bodley commented on a change in pull request #8181: [bugfix] Correctly quote table and schema in select_star
URL: https://github.com/apache/incubator-superset/pull/8181#discussion_r321414886
 
 

 ##########
 File path: tests/model_tests.py
 ##########
 @@ -126,6 +126,28 @@ def test_select_star(self):
         )
         assert sql.startswith(expected)
 
+    def test_select_star_with_exotic_names(self):
+        main_db = get_example_database()
 
 Review comment:
   @villebro I'm not overly familiar with the new example database but I gather the engine is related to the tox environment, i.e., `py36-mysql`, `py35-sqlite`, etc.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org