Closed youxkei closed 1 year ago
Ah, it might be due to we migrated the query parser for wrench
from regex to spansql
...
Let me take a deeper look 👀
I'll also dig it.
I was having the same thing with TIMESTAMP_ADD
. Looks like spanner 1.40.0 might fix this.
@dtest Thank you for letting me know that! Let me try to fix this 🙏
If you still have a problem, please reopen.
Expected Behavior
wrench can apply DML including
TIMESTAMP_SUB
function.Current Behavior
It seems that wrench 1.1.0 fails to parse DML including
TIMESTAMP_SUB
. wrench 1.0.4 can apply such DML correctly.Steps to Reproduce
The following reproduction steps assumes bash or zsh.
Context (Environment)