Open NickTaylor- opened 4 years ago
So it seems like this broke a lot of the tests due to it having some expectations that the generated queries not be escaped. I want to make sure that this PR makes sense before I try and fix those, so if I can get a 👍 that this is a reasonable change, I'll go through with it.
Currently in RemoveClause only symbols are escaped with backticks, meaning that using
.remove
will fail on labels with special characters. This can be encountered with a namespaced label name, such asMyModule::MyThing
.This just makes the switch process strings and symbols in the same block.