fediazgon commented on issue #35857:
URL: https://github.com/apache/superset/issues/35857#issuecomment-3469376127

   I checked in `master` . This is the query that is generated.
   
   ```sql
   SELECT
     `name` AS `name`,
     sum(`sales`) AS `SUM_sales__5cdcb`
   FROM `superset-testing-476713`.`issues`.`35857`
   WHERE
     `name` = 'Fernando\'s'
   GROUP BY
     `name`
   ORDER BY
     `SUM_sales__5cdcb` DESC
   LIMIT 10000
   ```
   
   Also, in the filter pill inside the widget the apostrophe is doubled `name = 
'Fernando''s'` to maybe indicate that this is handled.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to