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/16 13:47:01 UTC

[GitHub] aboganas opened a new issue #6706: SQL update statement doesn't work in Sql Lab

aboganas opened a new issue #6706: SQL update statement doesn't work in Sql Lab
URL: https://github.com/apache/incubator-superset/issues/6706
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [*] I have checked the superset logs for python stacktraces and included it here as text if there are any.
   - [*] I have reproduced the issue with at least the latest released version of superset.
   - [*] I have checked the issue tracker for the same issue and I haven't found one similar.
   
   
   ### Superset version
   LATEST MASTER
   
   ### Expected results
   UPDATE statement to work in SqlLap
   
   ### Actual results
   I get the message `The query returned no data` without errors but changes not reflected in the table
   
   ### Steps to reproduce
   run similar statement
   `UPDATE table1 SET column1 = "test";`
   
   **note all other statements work fine such as ALTER, DROP ....etc except UPDATE**
   
   

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