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 2022/01/05 09:10:25 UTC

[GitHub] [superset] zhaoyongjie commented on pull request #17881: fix(sql): missing quotes in sql

zhaoyongjie commented on pull request #17881:
URL: https://github.com/apache/superset/pull/17881#issuecomment-1005505133


   Hi @villebro . I have discussed this issue with @stephenLYZ. This issue requires more consideration.  There is a virtual dataset (for Postgresql) for test this issue.
   
   ```SQL
   SELECT 
   '"text in double quotes"' as name
   UNION
   SELECT '''text in singlequotes''' as name
   UNION
   SELECT 'double quotes " in text' as name
   UNION
   SELECT 'single quotes '' in text' as name
   ```
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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