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/01/09 15:04:14 UTC

[GitHub] mohscorpion opened a new issue #6624: filtering unicode strings using where clause on MSSQL

mohscorpion opened a new issue #6624: filtering unicode strings using where clause on MSSQL
URL: https://github.com/apache/incubator-superset/issues/6624
 
 
   hi 
   i have a small problem i used filter for my charts on dashboard and i noticed when i filter data on nvarchar columns the query returns no result . 
   i traced the problem to where cluase on TSQL it needs to be formatted like this for unicode comparison :
   Where MaterialName=N'uncode string'
   is there anyway which i can add this functionality to superset ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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