Open pcarbo opened 2 years ago
This is what @gaow said:
I suspect it's because dsc-query relies on SQL and update is an SQL keyword.
I did have a list of keywords to block off: https://github.com/stephenslab/dsc/blob/master/src/query_engine.py#L31 What's weird is that the parser should catch this and not let Yunqi use this keyword as parameter in the first place.